Skip to content

Commit a61c7c9

Browse files
Use tar instead of zip
1 parent 676ea25 commit a61c7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ZIP_NAME="jfiletreeprettyprinter-${VERSION}-${SAFE_OS_NAME}.zip"
4848
4949
cd dist
50-
zip "$ZIP_NAME" * > /dev/null
50+
tar -a -c -f "$ZIP_NAME" *
5151
echo "zip_path=$(pwd)/$ZIP_NAME" >> $GITHUB_OUTPUT
5252
cd ..
5353

0 commit comments

Comments
 (0)