Skip to content

Commit

Permalink
add version name to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Jan 29, 2024
1 parent 5ceacc9 commit ae58227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
run: |
cargo clean
cargo build --release
tar czf corepipe-linux_x86_64-${{ github.ref }}.tar.gz -C target/release/ corepipe
tar czf corepipe-linux_x86_64-${{ github.ref_name }}.tar.gz -C target/release/ corepipe
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
corepipe-linux_x86_64-${{ github.ref }}.tar.gz
corepipe-linux_x86_64-${{ github.ref_name }}.tar.gz

0 comments on commit ae58227

Please sign in to comment.