File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
version : 2
4
4
5
5
builds :
6
- - main : ./cmd/gh-combine # Default: `.`.
6
+ - main : ./cmd/{{ .ProjectName }}
7
7
dir : " ."
8
- binary : gh-combine # Default: Project directory name.
8
+ binary : " {{ .ProjectName }} "
9
9
env :
10
10
- CGO_ENABLED=0
11
11
- GOPROXY=off
@@ -21,7 +21,7 @@ builds:
21
21
- windows
22
22
- freebsd
23
23
ldflags :
24
- - -s -w -X github.com/github/gh-combine/ internal/version.tag={{.Tag}} -X github.com/github/gh-combine/ internal/version.commit={{.FullCommit}} -X github.com/github/gh-combine /internal/version.buildTime={{.CommitDate}}
24
+ - -s -w -X {{ .ModulePath }}/ internal/version.tag={{.Tag}} -X {{ .ModulePath }}/ internal/version.commit={{.FullCommit}} -X {{ .ModulePath }} /internal/version.buildTime={{.CommitDate}}
25
25
26
26
archives :
27
27
- formats : binary
You can’t perform that action at this time.
0 commit comments