Skip to content

Commit

Permalink
ci: pretty name for tag in binary
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Jun 11, 2023
1 parent 1f408db commit b86af36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/speculare-client
asset_name: speculare-client-${{ github.ref }}-${{ matrix.job.target }}
asset_name: speculare-client-${{ github.ref_name }}-${{ matrix.job.target }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit b86af36

Please sign in to comment.