Fix working directory for execute-command

This commit is contained in:
TSR Berry 2023-09-17 12:29:21 +02:00
parent cf878fd360
commit 6358a37947
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2

View File

@ -21,7 +21,7 @@ runs:
using: 'composite'
steps:
- 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
env:
MAKO_APP_ID: ${{ inputs.app_id }}