mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
Do not upload stub Linux packages
This commit is contained in:
parent
b54abd819c
commit
fd20b94410
2 changed files with 2 additions and 0 deletions
1
.github/workflows/master_build.yml
vendored
1
.github/workflows/master_build.yml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/pr_build.yml
vendored
1
.github/workflows/pr_build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue