Skip to content

Commit 5ef9704

Browse files
committed
chore: fix goreleaser config
1 parent 5c08da1 commit 5ef9704

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ builds:
3232
checksum:
3333
name_template: '{{ .ProjectName }}-{{.Version}}_checksums.txt'
3434
changelog:
35-
skip: true
35+
disable: true
3636

3737
archives:
3838
- format: binary
39-
replacements:
40-
386: i386
41-
darwin: macOS
39+
name_template: >-
40+
{{- .ProjectName }}_
41+
{{- .Version}}_
42+
{{- if eq .Os "darwin" }}macOS{{- else }}{{ .Os }}{{ end }}_
43+
{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)