Skip to content

Commit

Permalink
Merge pull request #6 from a-kataev/hotfix/release
Browse files Browse the repository at this point in the history
hotfix: release
  • Loading branch information
a-kataev authored Apr 19, 2024
2 parents 2e950d4 + a0dbeea commit b56ace3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ archives:
- id: tgsend
builds:
- tgsend
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: 'tgsend_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
format: tar.gz
files:
- xyz*
- id: tg
builds:
- tg
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: 'tg_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
format: tar.gz
files:
- xyz*
checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'
name_template: 'v{{ .Version }}_checksums.txt'
algorithm: sha256
changelog:
use: github-native

0 comments on commit b56ace3

Please sign in to comment.