Skip to content

Commit

Permalink
made 7z instead of zip in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrlvi committed Jan 7, 2022
1 parent 562c3ec commit e5566c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
mkdir ${asset_name}
mv ./target/x86_64-pc-windows-msvc/release/kaspa-miner.exe ${asset_name}/${asset_name}.exe
mv ./target/x86_64-pc-windows-msvc/release/kaspa*.dll ${asset_name}/
zip -r ${asset_name}.zip ${asset_name}
7z a -tzip -r ${asset_name}.zip ${asset_name}
echo "archive=${asset_name}.zip" >> $GITHUB_ENV
echo "asset_name=${asset_name}.zip" >> $GITHUB_ENV
Expand Down

0 comments on commit e5566c3

Please sign in to comment.