uwp CI fix

This commit is contained in:
flyinghead 2021-11-20 19:13:55 +01:00
parent 5b933cde61
commit 1057f50f86
1 changed files with 3 additions and 1 deletions

View File

@ -34,12 +34,14 @@ jobs:
cmake --build build --config Release --parallel 2
shell: cmd
- uses: ilammy/msvc-dev-cmd@v1
- name: Package app
run: |
mkdir build\artifact
cd build\AppPackages\flycast\flycast_1.0.0.0_x64_Test
mkdir tmp
makeappx.exe unpack /v /p .\flycast_1.0.0.0_x64.msix /d tmp
makeappx.exe unpack /p .\flycast_1.0.0.0_x64.msix /d tmp
copy ..\..\..\Release\*.dll tmp
makeappx pack /d tmp /p ..\..\..\artifact\flycast.appx