Skip to content

Commit

Permalink
Tweak the release binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8ae5714 commit a92d482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -19,10 +19,12 @@ jobs:
- name: Build for x86_64-unknown-linux-musl
run: cargo build --release --target x86_64-unknown-linux-musl

- run: mv target/x86_64-unknown-linux-musl/release/jyt jyt_${{ github.ref_name }}_x86_64-unknown-linux-musl

- name: Release
uses: softprops/action-gh-release@v2
with:
files: target/x86_64-unknown-linux-musl/release/jyt
files: jyt_${{ github.ref_name }}_x86_64-unknown-linux-musl
generate_release_notes: true
draft: false
env:

0 comments on commit a92d482

Please sign in to comment.