From 8207168e724a7e0f8e8df2da3033f188352ee235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mart=C3=ADnez?= Date: Thu, 14 Mar 2024 09:13:18 +0000 Subject: [PATCH] fix: tower-cli download URL --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 694a920..99efd20 100644 --- a/action.yml +++ b/action.yml @@ -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