Skip to content

Commit 8e3e969

Browse files
committed
Fix goreleaser config
1 parent 51115d7 commit 8e3e969

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.goreleaser.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ changelog:
2424
- Merge pull request
2525
- Merge branch
2626

27-
archive:
28-
replacements:
29-
darwin: osx
30-
linux: linux
31-
windows: windows
32-
386: i386
33-
amd64: amd64
34-
openbsd: openbsd
35-
format_overrides:
36-
- goos: windows
37-
format: zip
27+
archives:
28+
- id: default
29+
replacements:
30+
darwin: osx
31+
linux: linux
32+
windows: windows
33+
386: i386
34+
amd64: amd64
35+
openbsd: openbsd
36+
format_overrides:
37+
- goos: windows
38+
format: zip
3839

3940
release:
4041
github:

0 commit comments

Comments
 (0)