Skip to content

Commit

Permalink
fix: tower-cli download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Mar 14, 2024
1 parent 15d1b4e commit 8207168
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 @@ -41,7 +41,7 @@ runs:
if: steps.check-tw.outputs.tw-installed == 'false'
run: |
run: |
curl -sL https://github.com/seqeralabs/tower-cli/releases/download/latest/tw-linux-x86_64 -o tw
curl -sL https://github.com/seqeralabs/tower-cli/releases/latest/download/tw-linux-x86_64 -o tw
chmod +x tw
sudo mv tw /usr/local/bin/
tw info
Expand Down

0 comments on commit 8207168

Please sign in to comment.