diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 0153a0cc8..313cc74d9 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -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