Editing github workflow files is not annoying at all

This commit is contained in:
Magnus Norddahl 2024-03-07 21:19:08 +01:00
commit dca4292520

View file

@ -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