Skip to content

Commit

Permalink
chore: fix ldflags in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Nov 20, 2022
1 parent 2222b38 commit 6c77377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c77377

Please sign in to comment.