Skip to content

Commit

Permalink
fix archive to remove the duplicates
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Oct 5, 2023
1 parent 6d0cb46 commit f594cab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ builds:
- arm64

archives:
- id: krel
format: binary
allow_different_binary_count: true
name_template: krel-{{ .Arch }}-{{ .Os }}
- id: release-notes
format: binary
- format: binary
name_template: "{{ .Binary }}"
allow_different_binary_count: true
name_template: release-notes-{{ .Arch }}-{{ .Os }}

signs:
- id: keyless
Expand Down

0 comments on commit f594cab

Please sign in to comment.