Skip to content

Commit

Permalink
chore(ci): use shortened binary name for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Sep 22, 2023
1 parent 8249a4e commit c88d8b0
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 @@ -53,7 +53,7 @@ jobs:
run: |
mkdir release/
cp {LICENSE,README.md} release/
cp target/${{ matrix.config.TARGET }}/release/haylxon release/
cp target/${{ matrix.config.TARGET }}/release/hxn release/
mv release/ haylxon-${{ env.RELEASE_VERSION }}/
- name: Create release artifacts
Expand Down

0 comments on commit c88d8b0

Please sign in to comment.