Upload Android build artifacts (if existent)

This commit is contained in:
Julian Groß 2022-08-24 15:52:45 +02:00
parent bf231dfc87
commit fd8b440d91
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ jobs:
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log
- name: Upload artifact
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') # Automatic Linux packaging is not implemented
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') || matrix.build_type == 'android' # Automatic Linux packaging is not implemented
shell: bash
working-directory: ${{runner.workspace}}/build
env:

View file

@ -329,7 +329,7 @@ jobs:
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log
- name: Upload Artifact
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') # Automatic Linux packaging is not implemented
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') || matrix.build_type == 'android' # Automatic Linux packaging is not implemented
shell: bash
working-directory: ${{runner.workspace}}/build
env: