Skip to content

Commit bab69a9

Browse files
chore: fix goreleaser deprecation warnings in archives config
1 parent 905add3 commit bab69a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ builds:
2727

2828
archives:
2929
- id: gitpilot
30-
builds:
31-
- gitpilot
3230
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
3331
format_overrides:
3432
- goos: windows
35-
format: zip
33+
formats: [zip]
3634
files:
3735
- LICENSE
3836
- README.md

0 commit comments

Comments
 (0)