Skip to content

Commit b56ace3

Browse files
authored
Merge pull request #6 from a-kataev/hotfix/release
hotfix: release
2 parents 2e950d4 + a0dbeea commit b56ace3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ archives:
3232
- id: tgsend
3333
builds:
3434
- tgsend
35-
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
35+
name_template: 'tgsend_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3636
format: tar.gz
3737
files:
3838
- xyz*
3939
- id: tg
4040
builds:
4141
- tg
42-
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
42+
name_template: 'tg_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
4343
format: tar.gz
4444
files:
4545
- xyz*
4646
checksum:
47-
name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'
47+
name_template: 'v{{ .Version }}_checksums.txt'
4848
algorithm: sha256
4949
changelog:
5050
use: github-native

0 commit comments

Comments
 (0)