mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
a
This commit is contained in:
parent
f8a3deefc4
commit
41719e1f9f
1 changed files with 2 additions and 2 deletions
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
|
@ -11,7 +11,7 @@ inputs:
|
||||||
required : false
|
required : false
|
||||||
default : ''
|
default : ''
|
||||||
emu:
|
emu:
|
||||||
description : 'what system the build is for: Switch, Ryujinx or yuzu'
|
description : 'what system the build is for: Switch or Emulator'
|
||||||
required : false
|
required : false
|
||||||
default : 'Switch'
|
default : 'Switch'
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ runs:
|
||||||
-
|
-
|
||||||
name : Yuzu
|
name : Yuzu
|
||||||
shell : bash
|
shell : bash
|
||||||
if : ${{ inputs.emu == 'yuzu' }}
|
if : ${{ inputs.emu == 'Emulator' }}
|
||||||
run: |
|
run: |
|
||||||
cd ./starlight_patch_100/
|
cd ./starlight_patch_100/
|
||||||
mkdir ./SMOO/
|
mkdir ./SMOO/
|
||||||
|
|
Loading…
Reference in a new issue