Skip to content

Commit

Permalink
fix release checksums filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 17, 2023
1 parent 74daf8a commit d986459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-client-only-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_clientonly_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_clientonly_windows_checksums.txt'
2 changes: 1 addition & 1 deletion .goreleaser-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_other_unix_checksums.txt'

0 comments on commit d986459

Please sign in to comment.