Skip to content

Commit c0c8bef

Browse files
committed
chore: update goreleaser configuration
1 parent 584d374 commit c0c8bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ changelog:
5454
archives:
5555
- id: lego
5656
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
57-
format: tar.gz
57+
formats: ['tar.gz']
5858
format_overrides:
5959
- goos: windows
60-
format: zip
60+
formats: ['zip']
6161
files:
6262
- LICENSE
6363
- CHANGELOG.md

0 commit comments

Comments
 (0)