Update .github/workflows/ci.yml

Co-authored-by: Silvio Moioli <moio@suse.com>
This commit is contained in:
Mario Manno
2022-06-10 10:29:04 +02:00
committed by GitHub
parent e1426dd688
commit 13294c951c

View File

@@ -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
-