Skip to content

Commit a2a61ee

Browse files
committed
ci: use unique name_template among binaries and checksum file
1 parent 79ca3c2 commit a2a61ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ builds:
3030
- goos: windows
3131
goarch: 386
3232
checksum:
33-
name_template: '{{ .ProjectName }}-{{.Version}}_checksums.txt'
33+
name_template: '{{ .ProjectName }}_{{.Version}}_checksums.txt'
3434
changelog:
3535
skip: true
3636

0 commit comments

Comments
 (0)