chore: update goreleaser config
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Dawid Wysokiński 2024-04-25 07:38:36 +02:00
parent 53976374eb
commit 7b63b9cab4
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ builds:
goarch:
- amd64
- arm64
binary: "{{ .ProjectName }}_v{{ .Version }}"
binary: "{{ .ProjectName }}"
archives:
- format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"