Skip to content

Commit 3516f97

Browse files
committed
fix: Fix windows build checksum filename
1 parent dbe14c8 commit 3516f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser/windows-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ changelog:
3131
- "^docs:"
3232
- "^test:"
3333
checksum:
34-
name_template: "{{ .ProjectName }}-windows-checksums.txt"
34+
name_template: "{{ .ProjectName }}-windows-checksums-npm.txt"
3535
snapshot:
3636
name_template: "{{ .Tag }}-next"
3737
scoop:

0 commit comments

Comments
 (0)