Skip to content

Commit

Permalink
Improve/correct goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed Dec 6, 2020
1 parent 54f4b16 commit 89c9277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ project_name: 'routesum'

before:
hooks:
- 'go mod download'
- 'go mod tidy'

builds:
- id: 'routesum'
main: './cmd/routesum/main.go'
main: './cmd/routesum'
binary: 'routesum'
goarch:
- '386'
Expand Down Expand Up @@ -65,6 +66,5 @@ nfpms:
bindir: '/usr/bin'
files:
'CHANGELOG.md': '/usr/share/doc/routesum/CHANGELOG.md'
'LICENSE-APACHE': '/usr/share/doc/routesum/LICENSE-APACHE'
'LICENSE-MIT': '/usr/share/doc/routesum/LICENSE-MIT'
'README.md': '/usr/share/doc/routesum/README.md'
'LICENSE.md': '/usr/share/doc/routesum/LICENSE.md'
'README.md': '/usr/share/doc/routesum/README.md'

0 comments on commit 89c9277

Please sign in to comment.