forgot to rename

This commit is contained in:
piplup 2023-06-05 21:06:58 +01:00
parent 41719e1f9f
commit 4d242a5e44
1 changed files with 2 additions and 2 deletions

View File

@ -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: |