mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21: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
|
||||
|
||||
- name: Build Project
|
||||
run: cmake . --build
|
||||
run: cmake --build .\out\build\${{ env.CMAKE_PRESET }}
|
||||
|
||||
- name: Pack Release
|
||||
run: Compress-Archive -Path .\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\* -DestinationPath .\UnleashedRecomp-Windows.zip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue