Skip to content

Commit 88a185c

Browse files
committed
new release needs bin name
1 parent 58f6598 commit 88a185c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
2828
# Note that glob pattern is not supported yet.
29-
bin: ...
29+
bin: vcsr
3030
# (required) GitHub token for uploading assets to GitHub Releases.
3131
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)