From ab47ce5464e614b66555e78fd69b80bcded9e54c Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Mon, 24 Nov 2025 02:44:21 -0800 Subject: [PATCH] fix: update GitHub Actions workflow to include remote flag for R2 uploads, ensuring correct file handling during the upload process --- .github/workflows/custom_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 4b2095c..fb6c92f 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -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" \