diff --git a/.goreleaser.yml b/.goreleaser.yml index 6e82277..e93c616 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,7 +45,7 @@ archives: - jlog format: binary wrap_in_directory: false - name_template: | + 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"