Skip to content

Commit

Permalink
Merge pull request #207 from replicatedhq/laverya/krew-autodeploy
Browse files Browse the repository at this point in the history
goreleaser no longer includes .exe in download links
  • Loading branch information
laverya committed May 27, 2020
2 parents f256bdb + b6ac6e4 commit 8c9734c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/krew/preflight.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight.exe_windows_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_windows_amd64.zip" .TagName }}
files:
- from: preflight.exe
to: .
Expand Down
2 changes: 1 addition & 1 deletion deploy/krew/support-bundle.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle.exe_windows_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_windows_amd64.zip" .TagName }}
files:
- from: support-bundle.exe
to: .
Expand Down

0 comments on commit 8c9734c

Please sign in to comment.