Skip to content

Commit f2226c0

Browse files
authored
Merge pull request #3302 from cpanato/fix-goreleaser
fix archive to remove the duplicates
2 parents 8aeeee1 + f594cab commit f2226c0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.goreleaser.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,9 @@ builds:
3636
- arm64
3737

3838
archives:
39-
- id: krel
40-
format: binary
41-
allow_different_binary_count: true
42-
name_template: krel-{{ .Arch }}-{{ .Os }}
43-
- id: release-notes
44-
format: binary
39+
- format: binary
40+
name_template: "{{ .Binary }}"
4541
allow_different_binary_count: true
46-
name_template: release-notes-{{ .Arch }}-{{ .Os }}
4742

4843
signs:
4944
- id: keyless

0 commit comments

Comments
 (0)