mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-08-16 00:41:26 +00:00
Fix working directory for execute-command
This commit is contained in:
parent
cf878fd360
commit
6358a37947
2
.github/actions/execute-command/action.yml
vendored
2
.github/actions/execute-command/action.yml
vendored
|
@ -21,7 +21,7 @@ runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
poetry -n -C "${{ github.action_path }}../" run ryujinx-mako ${{ inputs.command }} ${{ inputs.args }}
|
poetry -n -C "${{ github.action_path }}" run ryujinx-mako ${{ inputs.command }} ${{ inputs.args }}
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
MAKO_APP_ID: ${{ inputs.app_id }}
|
MAKO_APP_ID: ${{ inputs.app_id }}
|
||||||
|
|
Loading…
Reference in a new issue