We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4800a8 commit 233f060Copy full SHA for 233f060
.github/workflows/build.yml
@@ -488,8 +488,8 @@ jobs:
488
FILENAME=$(basename "$file")
489
SIZE_MB=$(( $(stat --format=%s "$file") / 1048576 ))
490
echo "Uploading $FILENAME (${SIZE_MB}MB) ..."
491
- if [ "$SIZE_MB" -gt 290 ]; then
492
- echo "Skipping $FILENAME (${SIZE_MB}MB > 290MB wrangler limit, available in GitHub Release)"
+ if [ "$SIZE_MB" -gt 1000 ]; then
+ echo "Skipping $FILENAME (${SIZE_MB}MB > 1000MB, available in GitHub Release)"
493
continue
494
fi
495
# Route to edition-specific R2 paths
0 commit comments