mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-05-05 04:52:39 +02:00
fix: correct S3 upload path in GitHub Actions workflow by removing unnecessary bucket name reference
This commit is contained in:
2
.github/workflows/custom_build.yml
vendored
2
.github/workflows/custom_build.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
|
||||
update_status uploading
|
||||
# Upload to R2 with hash as filename
|
||||
aws s3 cp "$BUILD_FILE" "s3://${{ secrets.R2_BUCKET_NAME }}/${{ inputs.build_hash }}.uf2" \
|
||||
aws s3 cp "$BUILD_FILE" "s3://${{ inputs.build_hash }}.uf2" \
|
||||
--endpoint-url "$AWS_ENDPOINT_URL"
|
||||
|
||||
echo "✅ Uploaded to R2: ${{ inputs.build_hash }}.uf2"
|
||||
|
||||
Reference in New Issue
Block a user