fix: Fix flux CLI download URL - use correct GitHub URL with v prefix on version
This commit is contained in:
@@ -243,7 +243,7 @@ jobs:
|
||||
|
||||
- name: Install flux CLI
|
||||
run: |
|
||||
curl -fsSL https://github.com/fluxcd/flux2/releases/latest/download/flux_2.5.1_linux_amd64.tar.gz | tar xz -C /tmp
|
||||
curl -fsSL https://github.com/fluxcd/flux2/releases/download/v2.5.1/flux_2.5.1_linux_amd64.tar.gz | tar xz -C /tmp
|
||||
mv /tmp/flux /usr/local/bin/flux
|
||||
chmod +x /usr/local/bin/flux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user