Skip to content

Commit

Permalink
Merge pull request #2 from Giftpack/ci/fix-release-arg
Browse files Browse the repository at this point in the history
ci: Fix missing bin name
  • Loading branch information
chenjr0719 authored Mar 4, 2024
2 parents c6568f8 + 663a97f commit 5f23357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: ...
bin: vtracer
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5f23357

Please sign in to comment.