Skip to content

Commit 05ddfad

Browse files
committed
ci: make R2 upload step optional to allow GitHub release upload
Adds continue-on-error to R2 upload step so that the workflow can proceed to upload binaries to GitHub releases even when R2 credentials are not available.
1 parent c4a93cd commit 05ddfad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cp ${{ env.ZIP_FILE_NAME}} latest.zip
6161
6262
- name: Upload bundle to R2 bucket
63+
continue-on-error: true
6364
uses: shallwefootball/s3-upload-action@master
6465
with:
6566
endpoint: https://54bf1bf573b3e6471e574cc4d318db64.r2.cloudflarestorage.com

0 commit comments

Comments
 (0)