mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-14 16:27:39 +00:00
Update ci.yml so packaging will work
This commit is contained in:
parent
e825cbae92
commit
d6980c08c8
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -225,11 +225,10 @@ jobs:
|
||||
- name: Package (Wii U)
|
||||
if: ${{ matrix.wiiu }}
|
||||
run: |
|
||||
cd build
|
||||
mkdir dist
|
||||
mv *.rpx ../isle-portable/packaging/wiiu/
|
||||
mv ../isle-portable/packaging/wiiu/ dist/
|
||||
cd dist
|
||||
mkdir -p build/dist
|
||||
mv build/*.rpx isle-portable/packaging/wiiu/
|
||||
mv isle-portable/packaging/wiiu/ dist/
|
||||
cd build/dist
|
||||
mv wiiu isle-U
|
||||
|
||||
- name: Package (Android)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user