Skip to content

Commit

Permalink
Fix: invalid binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziothh committed Nov 15, 2023
1 parent f001b86 commit 744dc4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
working-directory: ./target/${{ matrix.target }}/release
run: |
name="$LIB_NAME-${{ matrix.target }}.tar.gz"
mv "$BIN_CRATE_NAME" "$LIB_NAME"
tar cvzf "${name}" "$BIN_CRATE_NAME"
echo "::set-output name=name::${name}"
Expand Down
Empty file removed lib/npm/.gitkeep
Empty file.

0 comments on commit 744dc4d

Please sign in to comment.