1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

prevent CI cancelling other jobs when upload step fails

This commit is contained in:
Andrey Filipenkov 2023-02-27 10:01:09 +03:00
parent 8c52cbcd00
commit 883aeccfe7

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'