Skip to content

Commit ef20e15

Browse files
committed
fix release binary name
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
1 parent f93d90e commit ef20e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ gomod:
1616

1717
builds:
1818
- id: bom
19-
no_unique_dist_dir: true
20-
binary: bom-{{ .Arch }}-{{ .Os }}
2119
main: ./cmd/bom
2220
goos:
2321
- darwin
@@ -48,6 +46,7 @@ builds:
4846
archives:
4947
- formats:
5048
- binary
49+
name_template: "{{ .ProjectName }}-{{ .Arch }}-{{ .Os }}"
5150
allow_different_binary_count: true
5251

5352
signs:

0 commit comments

Comments
 (0)