Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinAssaran authored Feb 14, 2024
1 parent 67a8449 commit 902e4ea
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 @@ -33,6 +33,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
target/release/${{ matrix.os == 'windows-latest' && 'emv_tlv_parser.exe' || 'emv_tlv_parser_ubuntu.tar.gz' }}
target/release/${{ matrix.os == 'windows-latest' && 'emv_tlv_parser.exe' || 'emv_tlv_parser_x86-64_linux.tar.gz' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 902e4ea

Please sign in to comment.