There was an error while loading. Please reload this page.
1 parent 23fba3f commit 234b52bCopy full SHA for 234b52b
1 file changed
.goreleaser.yml
@@ -14,7 +14,7 @@ builds:
14
flags:
15
- -trimpath
16
ldflags:
17
- - -s -w -X github.com/ustclug/rsync-proxy/pkg/info.Version={{.Version}} -X github.com/ustclug/rsync-proxy/pkg/info.BuildDate={{.Date}} -X github.com/ustclug/rsync-proxy/pkg/info.GitCommit={{.Commit}}
+ - -s -w -X github.com/ustclug/rsync-proxy/cmd.Version={{.Version}} -X github.com/ustclug/rsync-proxy/cmd.BuildDate={{.Date}} -X github.com/ustclug/rsync-proxy/cmd.GitCommit={{.Commit}}
18
archives:
19
- formats: binary
20
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
0 commit comments