Skip to content

Commit

Permalink
ci(goreleaser): fix tarball formatting that was preventing it from
Browse files Browse the repository at this point in the history
running
  • Loading branch information
tjhop committed May 18, 2024
1 parent 2220b5b commit 30d582e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ nfpms:
preinstall: ./packaging/scripts/preinstall.sh
postinstall: ./packaging/scripts/postinstall.sh
archives:
files:
- files:
- LICENSE*
- README*
- docs/*
- packaging/systemd/mango.service
- ./packaging/systemd/mango.service
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 30d582e

Please sign in to comment.