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 33version : 2
44
55builds :
6- - main : ./cmd/gh-combine # Default: `.`.
6+ - main : ./cmd/{{ .ProjectName }}
77 dir : " ."
8- binary : gh-combine # Default: Project directory name.
8+ binary : " {{ .ProjectName }} "
99 env :
1010 - CGO_ENABLED=0
1111 - GOPROXY=off
@@ -21,7 +21,7 @@ builds:
2121 - windows
2222 - freebsd
2323 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}}
2525
2626archives :
2727 - formats : binary
You can’t perform that action at this time.
0 commit comments