Skip to content

Commit 21e396a

Browse files
committed
Update name_template in archives for consistent naming convention
1 parent ae70d77 commit 21e396a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ builds:
2525

2626
archives:
2727
- formats: binary
28-
name_template: "{{ .Os }}-{{ .Arch }}"
29-
28+
name_template: "{{ .ProjectName }}_{{ .Os }}-{{ .Arch }}"
3029

3130
# snapshots are used for testing and development purposes
3231
# build snapshots with `goreleaser build --snapshot --clean`

0 commit comments

Comments
 (0)