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 9f2e51a commit c39b945Copy full SHA for c39b945
.goreleaser.yaml
@@ -18,7 +18,7 @@ archives:
18
files:
19
- LICENSE
20
- README.md
21
- - "{{ .ProjectName }}"
+ - "dist/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .ProjectName }}"
22
23
checksum:
24
name_template: 'checksums.txt'
0 commit comments