Browse Source

prevent CI cancelling other jobs when upload step fails

Andrey Filipenkov 2 years ago
parent
commit
883aeccfe7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/github.yml

+ 1 - 0
.github/workflows/github.yml

@@ -204,6 +204,7 @@ jobs:
 
     - name: Upload build
       if: ${{ matrix.pack == 1 && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/features/')) && matrix.platform != 'msvc' }}
+      continue-on-error: true
       run: |
         cd '${{github.workspace}}/out/build/${{matrix.preset}}'
         source '${{github.workspace}}/CI/upload_package.sh'