fix: goreleaser ldflags

main v0.3.3
Raphaël 2021-07-09 10:58:38 +02:00 committed by GitHub
parent 85d17d6cb6
commit 598c6bc2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ builds:
- arm - arm
- arm64 - arm64
- 386 - 386
ldflags: "-X github.com/sundowndev/goreleaser-template.version={{.Version}}" ldflags: "-X github.com/sundowndev/goreleaser-template/version.Version={{ .Version }}"
archives: archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}' - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
format: binary format: binary