Attempt 3

This commit is contained in:
SuperSonic16 2025-01-22 05:25:48 +11:00
parent 57b3941088
commit 4eb20908d8

View file

@ -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