File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ builds:
5050
5151archives :
5252 - id : default
53- builds :
53+ ids :
5454 - pastelocal
5555 - pastelocald
5656 name_template : >-
@@ -59,21 +59,21 @@ archives:
5959 {{- else }}{{ .Os }}{{ end }}_
6060 {{- if eq .Arch "amd64" }}x86_64
6161 {{- else }}{{ .Arch }}{{ end }}
62- format : tar.gz
62+ formats : [ tar.gz]
6363 files :
6464 - LICENSE
6565 - skill/paste.md
6666 - skill/paste-send.md
6767
6868 - id : remote
69- builds :
69+ ids :
7070 - pastelocal-remote
7171 name_template : >-
7272 {{ .ProjectName }}-remote_
7373 {{- .Os }}_
7474 {{- if eq .Arch "amd64" }}x86_64
7575 {{- else }}{{ .Arch }}{{ end }}
76- format : tar.gz
76+ formats : [ tar.gz]
7777 files :
7878 - LICENSE
7979 - skill/paste.md
@@ -131,7 +131,7 @@ docker_manifests:
131131
132132nfpms :
133133 - id : remote
134- builds :
134+ ids :
135135 - pastelocal-remote
136136 package_name : pastelocal-remote
137137 vendor : pastelocal
You can’t perform that action at this time.
0 commit comments