Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 80a62a3

Browse files
committed
Revert "goreleaser: remove archive, gon makes it"
This reverts commit 844fe59.
1 parent 844fe59 commit 80a62a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ builds:
1717
hooks:
1818
post: gon .gon.hcl
1919

20+
archives:
21+
- id: macos-zip
22+
format: zip
23+
name_template: "{{ .ProjectName }}_{{ .Os }}"
24+
replacements:
25+
darwin: macos
26+
amd64: x86_64
27+
2028
snapshot:
2129
name_template: "{{ .Tag }}-next"
2230

0 commit comments

Comments
 (0)