Skip to content

Commit

Permalink
fix checksums file name
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 15, 2023
1 parent 73f0bfd commit 25ab5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_amd64_checksums.txt'
2 changes: 1 addition & 1 deletion .goreleaser-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_arm64_checksums.txt'

0 comments on commit 25ab5fa

Please sign in to comment.