From 4d242a5e443038d5809ee2d5dfa98ddddd52d3c3 Mon Sep 17 00:00:00 2001 From: piplup <100526773+piplup55@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:06:58 +0100 Subject: [PATCH] forgot to rename --- .github/actions/build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 3448e6d..454f7f2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -50,7 +50,7 @@ runs: cache-from : type=gha,scope=smoo-build-env cache-to : type=gha,scope=smoo-build-env,mode=max - - name : Build mod + name : Switch shell : bash run: | docker run --rm \ @@ -62,7 +62,7 @@ runs: ; cp -r ./romfs/ ./starlight_patch_100/atmosphere/contents/0100000000010000/. - - name : Yuzu + name : Emulator shell : bash if : ${{ inputs.emu == 'Emulator' }} run: |