From 925cf31c2434ffc3a2da045ec67d481eaa812340 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Sun, 8 Dec 2024 06:55:38 -0800 Subject: [PATCH] Put systemd unit in the archive, not in the release Signed-off-by: Kevin Fox --- .goreleaser.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index dfa4700..19ef0c3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,10 +32,8 @@ archives: format_overrides: - goos: windows format: zip - -release: - extra_files: - - glob: ./systemd/* + files: + - systemd/* changelog: sort: asc