Skip to content

Commit

Permalink
ci: add systemd service file to archive (tarball) in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed May 18, 2024
1 parent 59476bd commit 2220b5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ nfpms:
scripts:
preinstall: ./packaging/scripts/preinstall.sh
postinstall: ./packaging/scripts/postinstall.sh
archives:
files:
- LICENSE*
- README*
- docs/*
- packaging/systemd/mango.service
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 2220b5b

Please sign in to comment.