From d3c632cde897775ed597fd8cd7a87aa7e8c0d3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=22WanzenBug=22=20Wanzenb=C3=B6ck?= Date: Thu, 12 Oct 2023 17:50:45 +0200 Subject: [PATCH] krew: fix windows template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz "WanzenBug" Wanzenböck --- .krew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index 418a5f1..b7a10f6 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -62,8 +62,8 @@ spec: arch: amd64 {{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_windows_amd64.zip" .TagName }} files: - - from: ./kubectl-linstor + - from: ./kubectl-linstor.exe to: . - from: ./LICENSE to: . - bin: kubectl-linstor + bin: kubectl-linstor.exe