diff --git a/action.yml b/action.yml index e892830..cfbf256 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: shell: bash - name: Fix path on Linux run: | - echo "/home/runner/.local/bin" >> $GITHUB_PATH + echo "$HOME/.local/bin" >> $GITHUB_PATH shell: bash - name: Fill in output variable id: output_version