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
|
||||
default : ''
|
||||
emu:
|
||||
description : 'what system the build is for: Switch, Ryujinx or yuzu'
|
||||
description : 'what system the build is for: Switch or Emulator'
|
||||
required : false
|
||||
default : 'Switch'
|
||||
|
||||
|
@ -64,7 +64,7 @@ runs:
|
|||
-
|
||||
name : Yuzu
|
||||
shell : bash
|
||||
if : ${{ inputs.emu == 'yuzu' }}
|
||||
if : ${{ inputs.emu == 'Emulator' }}
|
||||
run: |
|
||||
cd ./starlight_patch_100/
|
||||
mkdir ./SMOO/
|
||||
|
|
Loading…
Reference in a new issue