Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit b42d75a

Browse files
committed
Modifying goreleaser config for new goreleaser
1 parent ff9903f commit b42d75a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

goreleaser.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ build:
1818
- darwin
1919
- linux
2020

21-
archive:
22-
name_template: "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
21+
archives:
22+
- id: "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
23+
format: zip
2324

24-
replacements:
25-
darwin: darwin
26-
linux: linux
25+
# replacements:
26+
# darwin: darwin
27+
# linux: linux

0 commit comments

Comments
 (0)