Editing github workflow files is not annoying at all
This commit is contained in:
parent
bd13ef16de
commit
dca4292520
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
cmake --build build --config ${{ matrix.config.build_type }} --parallel 3
|
||||
|
||||
- name: Create Package
|
||||
if: runner.os == 'Windows' # Remove to make packages of all targets
|
||||
if: runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12'
|
||||
shell: bash
|
||||
run: |
|
||||
cd build
|
||||
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload Package
|
||||
if: runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12' # Remove to store packages of all targets
|
||||
if: runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: build/package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue