Skip to content

Commit 2981da3

Browse files
authored
Merge pull request #146 from Slach/fix_release
fix windows krew release
2 parents 24da853 + b254090 commit 2981da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.krew/tail.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
arch: arm64
5757
bin: kail
5858
files:
59-
- from: "kail"
59+
- from: "kail.exe"
6060
to: "."
6161
- from: LICENSE.txt
6262
to: .
@@ -67,7 +67,7 @@ spec:
6767
arch: amd64
6868
bin: kail
6969
files:
70-
- from: "kail"
70+
- from: "kail.exe"
7171
to: "."
7272
- from: LICENSE.txt
7373
to: .

0 commit comments

Comments
 (0)