Skip to content

Commit c03dcb5

Browse files
committed
continue even if s3 upload fails
1 parent 359834c commit c03dcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
186186
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
187187
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
188+
continue-on-error: true
188189
- name: Install upload deps
189190
run: |
190191
pip install uritemplate

0 commit comments

Comments
 (0)