diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fa60cbe0a..e529755705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: ubuntu-latest - steps: + continue-on-error: true + steps: - name: download artifacts uses: actions/download-artifact@v2 with: