Fix libretro Windows builds not being uploaded

This commit is contained in:
刘皓 2025-01-01 18:14:40 -05:00
parent a32646ff72
commit ee7ea872a3
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

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