From 314560c86e53b183d6d8dabf94f9f37f9b4d224d Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 16 Apr 2024 20:39:53 +0800 Subject: [PATCH] fix(goreleaser): bad windows archive Signed-off-by: Neko Ayaka --- .krew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.krew.yaml b/.krew.yaml index d2fd2da..dd86cbf 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -34,7 +34,7 @@ spec: matchLabels: os: windows arch: amd64 - {{addURIAndSha "https://github.com/nekomeowww/ollama-operator/releases/download/{{ .TagName }}/kollama_{{ .TagName }}_windows_amd64.tar.gz" .TagName }} + {{addURIAndSha "https://github.com/nekomeowww/ollama-operator/releases/download/{{ .TagName }}/kollama_{{ .TagName }}_windows_amd64.zip" .TagName }} bin: kollama shortDescription: Interact with the Ollama Operator description: |