From 13294c951ca4ef08083f86b66023cf1c080943e5 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Fri, 10 Jun 2022 10:29:04 +0200 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Silvio Moioli --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2cfe3a..a2a144d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: if: steps.fleet-cli-cache.outputs.cache-hit != 'true' run: | mkdir -p /home/runner/.local/bin - wget -nv "https://github.com/rancher/fleet/releases/download/v$FLEET_VERSION/fleet-linux-amd64" + wget -nv "https://github.com/rancher/fleet/releases/latest/download/fleet-linux-amd64" mv fleet-linux-amd64 /home/runner/.local/bin/fleet chmod +x /home/runner/.local/bin/fleet -