mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-26 08:43:44 +02:00
Fix libretro Windows builds not being uploaded
This commit is contained in:
parent
a32646ff72
commit
ee7ea872a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
|
@ -357,7 +357,7 @@ jobs:
|
|||
- name: Build phase 2
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
runner_temp="$(python -c 'r"${{ runner.temp }}".replace("\\", "/")')"
|
||||
runner_temp="$(cygpath "$(python -c 'print(r"${{ runner.temp }}")')")"
|
||||
mkdir "$runner_temp"/retro-phase2
|
||||
cp retro/core.info "$runner_temp"/retro-phase2/libretro-mkxp-z.info
|
||||
meson setup build -Dretro=true -Dretro_phase1_path=retro/build/retro-phase1
|
||||
|
|
Loading…
Add table
Reference in a new issue