mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-23 19:55:17 +00:00
fix yuzu build
Accidentially moved it into the wrong directory.
This commit is contained in:
parent
f60fc956d6
commit
4339847da5
1 changed files with 1 additions and 1 deletions
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
|
@ -70,7 +70,7 @@ runs:
|
||||||
mkdir ./SMOO/
|
mkdir ./SMOO/
|
||||||
mv ./atmosphere/contents/0100000000010000/exefs ./SMOO/exefs
|
mv ./atmosphere/contents/0100000000010000/exefs ./SMOO/exefs
|
||||||
mv ./atmosphere/contents/0100000000010000/romfs ./SMOO/romfs
|
mv ./atmosphere/contents/0100000000010000/romfs ./SMOO/romfs
|
||||||
mv ./atmosphere/exefs_patches/StarlightBase/3CA12DFAAF9C82DA064D1698DF79CDA1.ips ./SMOO/romfs/
|
mv ./atmosphere/exefs_patches/StarlightBase/3CA12DFAAF9C82DA064D1698DF79CDA1.ips ./SMOO/exefs/
|
||||||
rm -rf ./atmosphere/
|
rm -rf ./atmosphere/
|
||||||
-
|
-
|
||||||
name : Upload artifacts
|
name : Upload artifacts
|
||||||
|
|
Loading…
Reference in a new issue