This commit is contained in:
piplup 2023-06-05 21:02:29 +01:00
parent f8a3deefc4
commit 41719e1f9f

View file

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