Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhunt02 authored Dec 31, 2024
1 parent b8e7127 commit c301458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/zip-upload-split/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
tar -xvf 7z2409-linux-x86.tar.xz "7zz";
chmod +x 7zz;
./7zz a -tzip -v${MAX_SIZE_K}k _temp/${NAME} ${{ inputs.zip-path }};
./7zz a -tzip -mx0 -v${MAX_SIZE_K}k _temp/${NAME} ${{ inputs.zip-path }};
rm 7z2409-linux-x86.tar.xz 7zz
else
# unknown zip bug can corrupt files in split archives
Expand Down

0 comments on commit c301458

Please sign in to comment.