mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2025-01-03 14:11:08 +00:00
forgot to rename
This commit is contained in:
parent
41719e1f9f
commit
4d242a5e44
1 changed files with 2 additions and 2 deletions
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue