fix: Invalid path to systemd file
This commit is contained in:
parent
44a9de080c
commit
8d4e335dda
|
|
@ -151,7 +151,7 @@ nfpms:
|
||||||
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: /var/systemd/OliveTin.service
|
- src: var/systemd/OliveTin.service
|
||||||
dst: /etc/systemd/system/OliveTin.service
|
dst: /etc/systemd/system/OliveTin.service
|
||||||
|
|
||||||
- src: webui/*
|
- src: webui/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue