Skip to content

Commit

Permalink
Used GITHUB_ATH var for polarins install
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Dec 1, 2024
1 parent 23a035f commit cae7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
jq '.assets[] | select(.name=="polaris_linux_amd64.tar.gz")'.browser_download_url | \
xargs curl -s -L | \
tar xvz -C .local/bin polaris
export PATH=$PATH:$(pwd)/.local/bin
echo "$(pwd)/.local/bin" $GITHUB_PATH
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cae7cce

Please sign in to comment.