diff --git a/.goreleaser.yml b/.goreleaser.yml index 3d7724c..6e82277 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,7 +45,8 @@ archives: - jlog format: binary wrap_in_directory: false - name_template: "jlog_v{{ .Version }}_{{ .Os }}_{{ .Arch }}" + name_template: | + jlog_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v2") }}{{ .Amd64 }}{{ end }} checksum: name_template: "checksums.txt" snapshot: