Do not upload stub Linux packages

This commit is contained in:
Julian Groß 2022-08-15 23:11:50 +02:00
parent b54abd819c
commit fd20b94410
2 changed files with 2 additions and 0 deletions

View file

@ -232,6 +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
shell: bash
working-directory: ${{runner.workspace}}/build
env:

View file

@ -322,6 +322,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
shell: bash
working-directory: ${{runner.workspace}}/build
env: