diff --git a/.goreleaser.yml b/.goreleaser.yml index 852f6cb..0ea247b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,7 +27,8 @@ builds: main: cmd/httpx/httpx.go archives: -- format: zip +- formats: + - zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}' checksum: @@ -42,4 +43,4 @@ announce: discord: enabled: true - message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}' \ No newline at end of file + message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'