Skip to content

Commit 541b9f6

Browse files
author
elifish4
authored
typo
1 parent 30177f1 commit 541b9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ archives:
1515
format_overrides:
1616
- goos: windows
1717
- format: zip
18-
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
18+
name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
1919
checksum:
20-
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
20+
name_template: '{{ .ProjectName }}_{{ .Tag }}_SHA256SUMS'
2121
algorithm: sha256
2222
signs:
2323
- artifacts: checksum

0 commit comments

Comments
 (0)