Skip to content

Commit 2ca1184

Browse files
committed
fix: revert archive format to goreleaser v2 compatible syntax
1 parent a95180c commit 2ca1184

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ archives:
3535
{{- .Version }}_
3636
{{- .Os }}_
3737
{{- .Arch }}
38-
formats:
39-
- tar.gz
40-
formats_overrides:
38+
format: tar.gz
39+
format_overrides:
4140
- goos: windows
42-
formats:
43-
- zip
41+
format: zip
4442
files:
4543
- README.md
4644
- LICENSE

0 commit comments

Comments
 (0)