ci: fix build on github workflow after rename of pk3 file to qzdoom

This commit is contained in:
Emanuele Disco 2024-03-04 09:48:45 +09:00
parent 2a6e11473a
commit fcb2d888bc

View file

@ -133,7 +133,7 @@ jobs:
run: |
cmake --build build \
--config ${{ matrix.build_type }} \
--target lzdoom_pk3 lights_pk3 game_support_pk3 \
--target qzdoom_pk3 lights_pk3 game_support_pk3 \
--parallel 3
cp build/*.pk3 ../../../../assets/res
working-directory: ${{ matrix.progdir }}/jni/gzdoom-g3.3mgw_mobile