We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd7267 commit e505635Copy full SHA for e505635
.goreleaser.yml
@@ -33,9 +33,9 @@ builds:
33
binary: '{{ .ProjectName }}'
34
archives:
35
- format: zip
36
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
+ name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}'
37
checksum:
38
- name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
+ name_template: '{{ .ProjectName }}-{{ .Version }}-SHA256SUMS'
39
algorithm: sha256
40
release:
41
# Visit your project's GitHub Releases page to publish this release.
0 commit comments