Skip to content

Commit 6fc4540

Browse files
committed
fix: update goreleaser archive schema for v2
1 parent 35305f9 commit 6fc4540

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ builds:
2929
archives:
3030
- id: default
3131
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
32-
formats:
33-
- tar.gz
32+
format: tar.gz
3433
format_overrides:
3534
- goos: windows
36-
formats:
37-
- zip
35+
format: zip
3836

3937
checksum:
4038
name_template: checksums.txt

0 commit comments

Comments
 (0)