From 909f80174227689e664a29ffc20d788e7ce578d4 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:54:51 +0100 Subject: [PATCH] add systemd service example to packaging (#342) --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0f39d3186..423103c10 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -71,9 +71,11 @@ archives: - LICENSE - README.md - CHANGELOG* - # web assets and example config + # web assets - web + # example config files - example/config.yaml + - example/gotosocial.service checksum: # https://goreleaser.com/customization/checksum/ name_template: 'checksums.txt'