ci(build): ignore failing upload-artifacts step

Build steps are often failing with "ECONNRESET" errors due to
rate-limiting by github. We usually don't need/care about the
artifacts, so don't have to fail the build when the upload fails.

related to #502 and #actions/upload-artifact/issues/116
This commit is contained in:
Okke Formsma 2020-12-21 13:32:14 +01:00 committed by Pete Johanson
parent 8fd9b619a7
commit f865779d5c
1 changed files with 1 additions and 0 deletions

View File

@ -112,3 +112,4 @@ jobs:
path: |
build/zephyr/zmk.hex
build/zephyr/zmk.uf2
continue-on-error: true