Skip to content

Commit

Permalink
correct release binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Jan 29, 2024
1 parent b5098ef commit c7b0cc0
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 @@ -43,7 +43,7 @@ jobs:
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: target/release/corepipe
bin: corepipe
# (optional) Target triple, default is host triple.
#target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
Expand Down

0 comments on commit c7b0cc0

Please sign in to comment.