Skip to content

Commit 5e7db30

Browse files
authored
Add .exe for windows executables (#84)
Signed-off-by: Joseph <[email protected]>
1 parent c3e7bb4 commit 5e7db30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.krew.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ spec:
3535
os: windows
3636
arch: amd64
3737
{{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
38-
bin: kubectl-oadp
38+
bin: kubectl-oadp.exe
3939
- selector:
4040
matchLabels:
4141
os: windows
4242
arch: arm64
4343
{{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_arm64.tar.gz" .TagName }}
44-
bin: kubectl-oadp
44+
bin: kubectl-oadp.exe
4545
shortDescription: CLI for OpenShift APIs for Data Protection (OADP) operator
4646
description: |
4747
kubectl-oadp is a kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.

0 commit comments

Comments
 (0)