diff options
-rw-r--r-- | .goreleaser.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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' |