Stop building packages for debug builds

This commit is contained in:
Magnus Norddahl 2024-05-09 22:06:36 +02:00
commit 316003dbf6

View file

@ -95,7 +95,7 @@ jobs:
cmake --build build --config ${{ matrix.config.build_type }} --parallel 3
- name: Create Package
if: runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12'
if: (runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12') && matrix.config.build_type == 'RelWithDebInfo'
shell: bash
run: |
cd build