Skip to content

Commit

Permalink
fix(krew): windows download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouscht committed Dec 21, 2021
1 parent 83732ae commit 4f9a7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName}}/kuota-calc_darwin_x86_64.zip" .TagName }}
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName }}/kuota-calc_darwin_x86_64.zip" .TagName }}
bin: kuota-calc
- selector:
matchLabels:
os: linux
arch: amd64
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName}}/kuota-calc_linux_x86_64.zip" .TagName }}
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName }}/kuota-calc_linux_x86_64.zip" .TagName }}
bin: kuota-calc
- selector:
matchLabels:
os: windows
arch: amd64
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName}}/kuota-calc_windows.zip" .TagName }}
{{ addURIAndSha "https://github.com/postfinance/kuota-calc/releases/download/{{ .TagName }}/kuota-calc_windows_x86_64.zip" .TagName }}
bin: kuota-calc.exe

0 comments on commit 4f9a7c3

Please sign in to comment.