From ce4696041637e1b72d716c8bd2f661ce084fe5f6 Mon Sep 17 00:00:00 2001 From: tydeu Date: Mon, 13 Sep 2021 13:48:02 -0400 Subject: [PATCH] ci: continue even if build upload fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38f6918a88..58dde31628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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