mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2024-12-22 18:15:40 +00:00
Try to fix GitHub Action path
This commit is contained in:
parent
66a1029bd5
commit
0238144c7b
|
@ -30,7 +30,7 @@ runs:
|
||||||
|
|
||||||
- name: Setup Mako
|
- name: Setup Mako
|
||||||
if: steps.check_dest.outputs.exists == 'false'
|
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
|
- name: Create setup finished flag
|
||||||
if: steps.check_dest.outputs.exists == 'false'
|
if: steps.check_dest.outputs.exists == 'false'
|
||||||
|
@ -38,7 +38,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Run Mako subcommand
|
- name: Run Mako subcommand
|
||||||
uses: ./.github/actions/execute-command
|
uses: Ryujinx/Ryujinx-Mako/.github/actions/execute-command@master
|
||||||
with:
|
with:
|
||||||
command: ${{ inputs.command }}
|
command: ${{ inputs.command }}
|
||||||
args: ${{ inputs.args }}
|
args: ${{ inputs.args }}
|
||||||
|
|
Loading…
Reference in a new issue