fix: update GitHub Actions workflow to include remote flag for R2 uploads, ensuring correct file handling during the upload process

This commit is contained in:
Ben Allfree
2025-11-24 02:44:21 -08:00
parent 018f90c98e
commit ab47ce5464
+1 -1
View File
@@ -185,7 +185,7 @@ jobs:
update_status uploading
# Upload to R2 with hash and correct extension
wrangler r2 object put "$OBJECT_PATH" \
--file "$BUILD_FILE"
--file "$BUILD_FILE" --remote
# Update build with artifact path (with leading slash)
curl -sSf -X POST "$CONVEX_URL/github-webhook" \