Skip to content

Commit

Permalink
fix: Each binary needs a unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
TsekNet committed Apr 22, 2024
1 parent 3e49cab commit ab8797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
archives:
# Optionally override the matrix generation and specify only the final list of targets.
- format: binary
name_template: "{{ tolower .ProjectName }}"
name_template: "{{ tolower .ProjectName }}_{{ .Os }}"
checksum:
name_template: "checksums.txt"
changelog:
Expand Down

0 comments on commit ab8797a

Please sign in to comment.