Skip to content

Commit

Permalink
Merge pull request #146 from Slach/fix_release
Browse files Browse the repository at this point in the history
fix windows krew release
  • Loading branch information
mnaser authored Dec 27, 2023
2 parents 24da853 + b254090 commit 2981da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .krew/tail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
arch: arm64
bin: kail
files:
- from: "kail"
- from: "kail.exe"
to: "."
- from: LICENSE.txt
to: .
Expand All @@ -67,7 +67,7 @@ spec:
arch: amd64
bin: kail
files:
- from: "kail"
- from: "kail.exe"
to: "."
- from: LICENSE.txt
to: .
Expand Down

0 comments on commit 2981da3

Please sign in to comment.