Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Nov 10, 2024
1 parent 795eb74 commit b16ba94
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 @@ -69,7 +69,7 @@ jobs:
BIN_NAME=hdx-${{ matrix.code-target }}
mv target/${{ matrix.target }}/release/hdx.exe $BIN_NAME.exe
7z a $BIN_NAME.zip $BIN_NAME.exe
ls *.zip *.targ.gz
ls *.zip
# The binary is zipped to fix permission loss https://github.com/actions/upload-artifact#permission-loss
- name: Archive Binary
Expand All @@ -78,7 +78,7 @@ jobs:
BIN_NAME=hdx-${{ matrix.code-target }}
mv target/${{ matrix.target }}/release/hdx $BIN_NAME
tar czf $BIN_NAME.tar.gz $BIN_NAME
ls *.zip *.targ.gz
ls *.tar.gz
- name: Upload Binary
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b16ba94

Please sign in to comment.