mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user