Skip to content

Commit

Permalink
Convert to full path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 9, 2025
1 parent 3fc3150 commit bd5da59
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 @@ -46,7 +46,7 @@ runs:
run: |
stack setup --stack-yaml stack.yaml
stack build --stack-yaml stack.yaml
exe_path=$(find ".stack-work/install" -name "kitten${{ runner.os == 'Windows' && '.exe' || '' }}")
exe_path=$(find "$(pwd)/.stack-work/install" -name "kitten${{ runner.os == 'Windows' && '.exe' || '' }}")
bin_path=$(dirname "${exe_path}")
echo "${bin_path}" >> "$GITHUB_PATH"
shell: sh
Expand Down

0 comments on commit bd5da59

Please sign in to comment.