Skip to content

Commit

Permalink
Compress released zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Mar 29, 2024
1 parent fdffbed commit 7f23e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd dist
printf '%s\n' * | while read D; do
cp ../README.md ../LICENSE "$D"
tar czvf "$D.tar.gz" "$D/"
zip -r0 "$D.zip" "$D/"
zip -r9 "$D.zip" "$D/"
rm -r "$D"
done

Expand Down

0 comments on commit 7f23e50

Please sign in to comment.