Skip to content

Commit b5ad9a3

Browse files
authored
ci: fix goreleaser legacy config (#425)
1 parent f1ae1ba commit b5ad9a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ builds:
1818
archives:
1919
- id: manager
2020
name_template: "manager_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
21-
builds:
21+
ids:
2222
- manager
2323
- id: proxy
2424
name_template: "proxy_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
25-
builds:
25+
ids:
2626
- proxy
2727

2828
checksum:

0 commit comments

Comments
 (0)