Skip to content

Commit

Permalink
Fix GH release action
Browse files Browse the repository at this point in the history
When multiple binary names are specified, default archive name or $bin
variable cannot be used.
  • Loading branch information
adzialocha committed Nov 16, 2023
1 parent 881a51c commit f1385e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
tar: unix
zip: windows
checksum: sha512
archive: $bin-$tag-$target
archive: send-to-node-$tag-$target
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1385e2

Please sign in to comment.