Skip to content

Commit 4ab2d56

Browse files
committed
fix files
Signed-off-by: Robert Müller 🚀 <code@brauser.io>
1 parent f8bc495 commit 4ab2d56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ nfpms:
1717
formats:
1818
- deb
1919

20-
files:
21-
"scripts/etc/systemd/system/kickr-core.service": "/etc/systemd/system/kickr-core.service"
20+
contents:
21+
- src: "scripts/etc/systemd/system/kickr-core.service"
22+
dst: "/etc/systemd/system/kickr-core.service"
2223

2324
scripts:
2425
postinstall: "scripts/postinstall.sh"

0 commit comments

Comments
 (0)