Skip to content

Commit

Permalink
fix: use goreleaser name template to match krew name format
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Jul 13, 2021
1 parent 54341b4 commit d79b32d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Expand Up @@ -41,10 +41,13 @@ builds:
binary: trace-runner

archives:
- id: windows
- id: "kubectl-trace"
builds:
- "kubectl-trace"
name_template: 'kubectl-trace_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip

snapshot:
name_template: 'master'
Expand Down

0 comments on commit d79b32d

Please sign in to comment.