Skip to content

Commit c600f70

Browse files
committed
test
1 parent b81a3ee commit c600f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
# Split into 1.9GB parts (1900MB) to stay well under 2GB limit
213213
# 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"
214+
zip -s 10m -0 "release_assets/${base_name}.zip" "$artifact" && rm -f "$artifact"
215215
216216
else
217217
echo "File is under 2GB, moving to release_assets"

0 commit comments

Comments
 (0)