ci: continue even if build upload fails
This commit is contained in:
parent
8e8ea4da33
commit
ce46960416
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
- name: Build & Time
|
||||
run: ./time.sh -j4
|
||||
- name: Upload Build
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue