Update pr_build.yml

This commit is contained in:
Julian Groß 2022-06-24 09:52:28 +02:00
parent 287bc4a77c
commit 9e939a9c65

View file

@ -321,6 +321,8 @@ jobs:
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log
- name: Upload Artifact - name: Upload Artifact
# Linux archives are currently dummies
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') || matrix.build_type == 'android'
shell: bash shell: bash
working-directory: ${{runner.workspace}}/build working-directory: ${{runner.workspace}}/build
env: env: