Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed Oct 19, 2021
1 parent 86b1347 commit 06941f4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ nfpms:
- 'deb'
- 'rpm'
bindir: '/usr/bin'
files:
'CHANGELOG.md': '/usr/share/doc/routesum/CHANGELOG.md'
'LICENSE.md': '/usr/share/doc/routesum/LICENSE.md'
'README.md': '/usr/share/doc/routesum/README.md'
contents:
- src: 'CHANGELOG.md'
dst: '/usr/share/doc/routesum/CHANGELOG.md'
- src: 'LICENSE.md'
dst: '/usr/share/doc/routesum/LICENSE.md'
- src: 'README.md'
dst: '/usr/share/doc/routesum/README.md'

0 comments on commit 06941f4

Please sign in to comment.