Skip to content

Commit

Permalink
CI: Allow builds to pass even if final artifact upload fails
Browse files Browse the repository at this point in the history
We are seeing higher cases of artifact upload failures
in github.  Other projects are also seeing this as has been
reported at actions/upload-artifact#116

There is a fix that was just merged in the base library:
actions/toolkit#675

So Hopefully we can revert this before too long.

Signed-off-by: Brennan Ashton <[email protected]>
  • Loading branch information
btashton committed Dec 23, 2020
1 parent 6a61213 commit 8ec9d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
with:
name: linux-builds
path: buildartifacts/
continue-on-error: true

macOS:
runs-on: macos-10.15
Expand Down Expand Up @@ -207,3 +208,4 @@ jobs:
with:
name: macos-builds
path: buildartifacts/
continue-on-error: true

0 comments on commit 8ec9d9e

Please sign in to comment.