prevent CI cancelling other jobs when upload step fails

This commit is contained in:
Andrey Filipenkov
2023-02-27 10:15:27 +03:00
parent 8c52cbcd00
commit 883aeccfe7
+1
View File
@@ -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'