Skip to content

Commit

Permalink
Update release.yml and use conventions for naming tar
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinAssaran authored Feb 13, 2024
1 parent 4f1ce19 commit d5fc34f
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 @@ -27,7 +27,7 @@ jobs:

- name: Package Release
if: matrix.os == 'ubuntu-latest'
run: tar -czf target/release/emv_tlv_parser_ubuntu.tar.gz -C target/release emv_tlv_parser
run: tar -czf target/release/emv_tlv_parser_x86-64_linux.tar.gz -C target/release emv_tlv_parser

- name: Upload Release Asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d5fc34f

Please sign in to comment.