Try to fix GitHub Action path

This commit is contained in:
TSRBerry 2024-01-27 20:57:52 +01:00 committed by TSR Berry
parent 66a1029bd5
commit 0238144c7b
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ runs:
- name: Setup Mako
if: steps.check_dest.outputs.exists == 'false'
uses: ./.github/actions/setup-mako
uses: Ryujinx/Ryujinx-Mako/.github/actions/setup-mako@master
- name: Create setup finished flag
if: steps.check_dest.outputs.exists == 'false'
@ -38,7 +38,7 @@ runs:
shell: bash
- name: Run Mako subcommand
uses: ./.github/actions/execute-command
uses: Ryujinx/Ryujinx-Mako/.github/actions/execute-command@master
with:
command: ${{ inputs.command }}
args: ${{ inputs.args }}