chore: fix ldflags in goreleaser config

pull/7/head
sundowndev 2022-11-20 17:51:09 +04:00
parent 2222b382ce
commit 6c77377935
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ builds:
- arm
- arm64
- 386
ldflags: "-s -w -X github.com/sundowndev/covermyass/build.version={{.Version}} -X github.com/sundowndev/covermyass/pkg/version.commit={{.ShortCommit}}"
ldflags: "-s -w -X github.com/sundowndev/covermyass/v2/build.version={{.Version}} -X github.com/sundowndev/covermyass/v2/build.commit={{.ShortCommit}}"
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
format: binary