From c55cb56ae590bda7995fd6e85a704798f7089c76 Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Wed, 4 Dec 2024 08:01:07 +0100 Subject: [PATCH] Fix kubectl Signed-off-by: Balazs Toldi --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4970c59..c49f737 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Install Dependencies #run: apk add nodejs git kubectl curl - run: apt-get update && apt-get install -y curl git kubectl nodejs + run: apt-get update && apt-get install -y curl git nodejs && curl -fsSL -o /usr/local/bin/kubectl curl -LO https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl - name: Download mods Artifact uses: actions/download-artifact@v3 with: