chore: don't waste time on unused byproducts in Windows build

This commit is contained in:
Marcus Holland-Moritz 2024-01-19 19:39:02 +01:00
parent a1ab9502ed
commit 813de13d0e

View File

@ -57,11 +57,13 @@ jobs:
shell: cmd
run: |
cmake --build ${{ runner.temp }}\build --target package
if: matrix.build_mode == 'Release'
- name: Compress Universal Binary
shell: cmd
run: |
cmake --build ${{ runner.temp }}\build --target universal_upx
if: matrix.build_mode == 'Release'
- name: Copy Artifacts
shell: cmd