Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincss committed Mar 4, 2021
1 parent 7014284 commit 71580b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: |
set -x
assets=()
for asset in ./build/*; do
for asset in ./bin/*; do
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
Expand Down

0 comments on commit 71580b3

Please sign in to comment.