We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81a3ee commit c600f70Copy full SHA for c600f70
.github/workflows/release.yml
@@ -211,7 +211,7 @@ jobs:
211
212
# Split into 1.9GB parts (1900MB) to stay well under 2GB limit
213
# 7z a -tzip -v1900m -aoa "release_assets/${asset_name%.*}.zip" "$artifact"
214
- zip -s 1900m -0 "release_assets/${base_name}.zip" "$artifact" && rm -f "$artifact"
+ zip -s 10m -0 "release_assets/${base_name}.zip" "$artifact" && rm -f "$artifact"
215
216
else
217
echo "File is under 2GB, moving to release_assets"
0 commit comments