From e5a3d42acc2107c9f7865249aa96781e3b52f88b Mon Sep 17 00:00:00 2001 From: Joseph Date: Mon, 27 Oct 2025 17:30:34 -0400 Subject: [PATCH] Add .exe for windows executables Signed-off-by: Joseph --- .krew.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index 9650feab..34220943 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -35,13 +35,13 @@ spec: os: windows arch: amd64 {{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_amd64.tar.gz" .TagName }} - bin: kubectl-oadp + bin: kubectl-oadp.exe - selector: matchLabels: os: windows arch: arm64 {{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_arm64.tar.gz" .TagName }} - bin: kubectl-oadp + bin: kubectl-oadp.exe shortDescription: CLI for OpenShift APIs for Data Protection (OADP) operator description: | kubectl-oadp is a kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.