mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Attempt 3
This commit is contained in:
parent
57b3941088
commit
4eb20908d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: cmake . --preset ${{ env.CMAKE_PRESET }} -DSDL2MIXER_VORBIS=VORBISFILE
|
run: cmake . --preset ${{ env.CMAKE_PRESET }} -DSDL2MIXER_VORBIS=VORBISFILE
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: cmake . --build
|
run: cmake --build .\out\build\${{ env.CMAKE_PRESET }}
|
||||||
|
|
||||||
- name: Pack Release
|
- name: Pack Release
|
||||||
run: Compress-Archive -Path .\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\* -DestinationPath .\UnleashedRecomp-Windows.zip
|
run: Compress-Archive -Path .\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\* -DestinationPath .\UnleashedRecomp-Windows.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue