Skip to content

Commit f594cab

Browse files
committed
fix archive to remove the duplicates
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 6d0cb46 commit f594cab

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)