mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
chore: don't waste time on unused byproducts in Windows build
This commit is contained in:
parent
a1ab9502ed
commit
813de13d0e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -57,11 +57,13 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cmake --build ${{ runner.temp }}\build --target package
|
cmake --build ${{ runner.temp }}\build --target package
|
||||||
|
if: matrix.build_mode == 'Release'
|
||||||
|
|
||||||
- name: Compress Universal Binary
|
- name: Compress Universal Binary
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cmake --build ${{ runner.temp }}\build --target universal_upx
|
cmake --build ${{ runner.temp }}\build --target universal_upx
|
||||||
|
if: matrix.build_mode == 'Release'
|
||||||
|
|
||||||
- name: Copy Artifacts
|
- name: Copy Artifacts
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user