We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dbc43 commit 36bd488Copy full SHA for 36bd488
.goreleaser.yaml
@@ -40,7 +40,7 @@ builds:
40
- "7"
41
42
archives:
43
- - format: tar.gz
+ - formats: ["tar.gz"]
44
# this name template makes the OS and Arch compatible with the results of `uname`.
45
name_template: >-
46
{{ .ProjectName }}_
@@ -52,7 +52,7 @@ archives:
52
# use zip for windows archives
53
format_overrides:
54
- goos: windows
55
- format: zip
+ formats: ["zip"]
56
57
changelog:
58
sort: asc
0 commit comments