From 4339847da55fa232f22f2f81c77aff4119ed7180 Mon Sep 17 00:00:00 2001 From: "Robin C. Ladiges" Date: Fri, 16 Dec 2022 23:21:07 +0100 Subject: [PATCH] fix yuzu build Accidentially moved it into the wrong directory. --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 1524ee4..ec64178 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -70,7 +70,7 @@ runs: mkdir ./SMOO/ mv ./atmosphere/contents/0100000000010000/exefs ./SMOO/exefs 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/ - name : Upload artifacts