File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 - go generate ./...
77builds :
88 - main : ./oomcli
9- id : " oomcli"
9+ id : oomcli
1010 binary : oomcli
1111 env :
1212 - CGO_ENABLED=0
@@ -22,7 +22,7 @@ builds:
2222 -X github.com/oom-ai/oomstore/version.Commit={{.Commit}}
2323 -X github.com/oom-ai/oomstore/version.Built={{.CommitDate}}
2424 - main : ./oomagent
25- id : " oomagent"
25+ id : oomagent
2626 binary : oomagent
2727 env :
2828 - CGO_ENABLED=0
@@ -38,6 +38,9 @@ builds:
3838 -X github.com/oom-ai/oomstore/version.Commit={{.Commit}}
3939 -X github.com/oom-ai/oomstore/version.Built={{.CommitDate}}
4040
41+ archives :
42+ - name_template : " {{ .ProjectName }}-v{{ .Version }}-{{ .Arch }}-{{ .Os }}"
43+ wrap_in_directory : " true"
4144checksum :
4245 name_template : " checksums.txt"
4346snapshot :
You can’t perform that action at this time.
0 commit comments