mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-06-25 20:42:01 +02:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user