Skip to content

Commit ff487f6

Browse files
committed
use binary format in release
Signed-off-by: Nandor Kracser <[email protected]>
1 parent 5e0031f commit ff487f6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.goreleaser.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ builds:
1212
- amd64
1313

1414
archive:
15-
name_template: "kurun_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
16-
format_overrides:
17-
-
18-
goos: windows
19-
format: zip
15+
name_template: "kurun-{{ .Os }}-{{ .Arch }}"
16+
format: binary
2017

2118
checksum:
2219
name_template: "kurun_checksums.txt"

0 commit comments

Comments
 (0)