Skip to content

Commit 1816271

Browse files
authored
build: add version to release filename. (#138)
1 parent e79bdbb commit 1816271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ archives:
8181
{{- title .Os }}_
8282
{{- if eq .Arch "amd64" }}x86_64
8383
{{- else if eq .Arch "386" }}i386
84-
{{- else }}{{ .Arch }}{{ end }}
84+
{{- else }}{{ .Arch }}{{ end }}_
85+
{{- .Version }}
8586
checksum:
8687
name_template: 'checksums.txt'
8788
snapshot:

0 commit comments

Comments
 (0)