Skip to content

Commit 6c5f569

Browse files
fix: update GoReleaser configurations (#755)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 71ba7d2 commit 6c5f569

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ builds:
3333

3434
archives:
3535
- id: main
36-
format: tar.gz
36+
formats:
37+
- tar.gz
3738
format_overrides:
3839
- goos: windows
39-
format: zip
40+
formats:
41+
- zip
4042
name_template: >-
4143
{{ .ProjectName }}-
4244
{{- .Version }}-

0 commit comments

Comments
 (0)