We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f6598 commit 88a185cCopy full SHA for 88a185c
.github/workflows/release.yaml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
28
# Note that glob pattern is not supported yet.
29
- bin: ...
+ bin: vcsr
30
# (required) GitHub token for uploading assets to GitHub Releases.
31
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments