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-from : type=gha,scope=smoo-build-env
cache-to : type=gha,scope=smoo-build-env,mode=max cache-to : type=gha,scope=smoo-build-env,mode=max
- -
name : Build mod name : Switch
shell : bash shell : bash
run: | run: |
docker run --rm \ docker run --rm \
@ -62,7 +62,7 @@ runs:
; ;
cp -r ./romfs/ ./starlight_patch_100/atmosphere/contents/0100000000010000/. cp -r ./romfs/ ./starlight_patch_100/atmosphere/contents/0100000000010000/.
- -
name : Yuzu name : Emulator
shell : bash shell : bash
if : ${{ inputs.emu == 'Emulator' }} if : ${{ inputs.emu == 'Emulator' }}
run: | run: |