Skip to content

Commit d79b32d

Browse files
committed
fix: use goreleaser name template to match krew name format
1 parent 54341b4 commit d79b32d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.goreleaser.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ builds:
4141
binary: trace-runner
4242

4343
archives:
44-
- id: windows
44+
- id: "kubectl-trace"
45+
builds:
46+
- "kubectl-trace"
47+
name_template: 'kubectl-trace_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
4548
format_overrides:
46-
- goos: windows
47-
format: zip
49+
- goos: windows
50+
format: zip
4851

4952
snapshot:
5053
name_template: 'master'

0 commit comments

Comments
 (0)