diff --git a/.goreleaser.yml b/.goreleaser.yml index 8610dea..13ec16c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,7 @@ builds: - amd64 archives: - format: binary - name_template: "{{ .ProjectName }}_{{ .Os }}" + name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" checksum: # goreleaser-pro is required to merge checksums. Multiple runs are # required because Ebitengine only supports crossbuild for Windows diff --git a/.goreleaser_macos.yml b/.goreleaser_macos.yml index 57cdd08..139269b 100644 --- a/.goreleaser_macos.yml +++ b/.goreleaser_macos.yml @@ -3,12 +3,9 @@ builds: - darwin goarch: - amd64 - - arm64 archives: - format: binary name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" - replacements: - darwin: macOS checksum: # goreleaser-pro is required to merge checksums. Multiple runs are # required because Ebitengine only supports crossbuild for Windows