diff --git a/.goreleaser.yml b/.goreleaser.yml index 8955bc8..8014473 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,4 +21,8 @@ builds: env: - CGO_ENABLED=0 archives: - - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + builds: + - catalog + - stock + format: zip