Skip to content

Commit

Permalink
ci: remove version from checksum filename
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Mar 19, 2023
1 parent 8dafd7d commit b0f30a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ release:

archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"


checksum:
name_template: "{{ .ProjectName }}_checksums.txt"

0 comments on commit b0f30a0

Please sign in to comment.