Skip to content

Commit

Permalink
Fix .krew.yaml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored Nov 8, 2020
1 parent efff36c commit c640ac7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
- {{addURIAndSha "https://github.com/superbrothers/ksort/releases/download/{{ .TagName }}/ksort-darwin-amd64.zip" .TagName }}
bin: ksort
files:
- from: "*"
- from: ksort
to: .
- from: LICENSE.txt
to: .
selector:
matchLabels:
Expand All @@ -26,16 +28,20 @@ spec:
- {{addURIAndSha "https://github.com/superbrothers/ksort/releases/download/{{ .TagName }}/ksort-linux-amd64.zip" .TagName }}
bin: ksort
files:
- from: "*"
- from: ksort
to: .
- from: LICENSE.txt
to: .
selector:
matchLabels:
os: linux
arch: amd64
- {{addURIAndSha "https://github.com/superbrothers/ksort/releases/download/{{ .TagName }}/ksort-windows-amd64.zip" .TagName }}
bin: ksort
bin: ksort.exe
files:
- from: "*"
- from: ksort.exe
to: .
- from: LICENSE.txt
to: .
selector:
matchLabels:
Expand Down

0 comments on commit c640ac7

Please sign in to comment.