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 12d35c9 commit 939f2edCopy full SHA for 939f2ed
.goreleaser.yml
@@ -13,15 +13,16 @@ builds:
13
- goos: darwin
14
goarch: 386
15
# Archive customization
16
-archive:
17
- format: tar.gz
18
- format_overrides:
19
- - goos: windows
20
- format: zip
21
- replacements:
22
- amd64: 64-bit
23
- 386: 32-bit
24
- darwin: macOS
25
- files:
26
- - README.md
27
- - LICENSE
+archives:
+ - id: tgz
+ format: tar.gz
+ format_overrides:
+ - goos: windows
+ format: zip
+ replacements:
+ amd64: 64-bit
+ 386: 32-bit
+ darwin: macOS
+ files:
+ - README.md
28
+ - LICENSE
0 commit comments