Skip to content

Commit

Permalink
krew: fix windows template
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Oct 12, 2023
1 parent 422402f commit d3c632c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3c632c

Please sign in to comment.