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.
2 parents 2e950d4 + a0dbeea commit b56ace3Copy full SHA for b56ace3
.goreleaser.yaml
@@ -32,19 +32,19 @@ archives:
32
- id: tgsend
33
builds:
34
- tgsend
35
- name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
+ name_template: 'tgsend_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
36
format: tar.gz
37
files:
38
- xyz*
39
- id: tg
40
41
- tg
42
+ name_template: 'tg_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
43
44
45
46
checksum:
47
- name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'
+ name_template: 'v{{ .Version }}_checksums.txt'
48
algorithm: sha256
49
changelog:
50
use: github-native
0 commit comments