Skip to content

Commit

Permalink
Merge pull request #279 from ionos-cloud/fix/upbound-binary-2
Browse files Browse the repository at this point in the history
fix: move upbound binary to PATH
  • Loading branch information
avirtopeanu-ionos authored Nov 26, 2024
2 parents 2cf3583 + e0d1061 commit 52f0143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-upbound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Upbound CLI
run: |
curl -sL https://cli.upbound.io | sh
echo "${HOME}/.upbound/bin" >> $GITHUB_PATH
sudo mv up /usr/local/bin/
- name: Login to Upbound
env:
Expand Down

0 comments on commit 52f0143

Please sign in to comment.