Skip to content

Commit

Permalink
Merge pull request #3 from Anders429/main
Browse files Browse the repository at this point in the history
Locate binary using github action path
  • Loading branch information
felixjones authored Mar 4, 2024
2 parents 646f216 + b214350 commit 9a95e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
run: |
set +e
bin/ubuntu/mgba-rom-test -S ${{ inputs.swi-call }} -R ${{ inputs.read-register }} ${{ inputs.rom-path }}
${{github.action_path}}/bin/ubuntu/mgba-rom-test -S ${{ inputs.swi-call }} -R ${{ inputs.read-register }} ${{ inputs.rom-path }}
rom_test_exitcode=$?
set -e
echo "::set-output name=exitcode::$rom_test_exitcode"
Expand Down

0 comments on commit 9a95e63

Please sign in to comment.