Skip to content

Commit

Permalink
update goreleaser file
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Feb 10, 2024
1 parent 7c33b83 commit 591addf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ builds:


archives:
- format: binary
name_template: "{{ .Binary }}"
allow_different_binary_count: true
# - format: binary
# name_template: "{{ .Binary }}"
# allow_different_binary_count: true
- format: tar.gz
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
allow_different_binary_count: true
Expand Down

0 comments on commit 591addf

Please sign in to comment.