Fix goreleaser config
This commit is contained in:
parent
c625b6dc9e
commit
71fc599a10
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ builds:
|
|||
- -buildmode=pie
|
||||
- -trimpath
|
||||
- -v
|
||||
main: cmd/boardvoting/main.go
|
||||
main: ./cmd/boardvoting
|
||||
archives:
|
||||
- replacements:
|
||||
linux: Linux
|
||||
|
@ -44,6 +44,8 @@ nfpms:
|
|||
priority: optional
|
||||
bindir: /srv/cacert-boardvoting
|
||||
contents:
|
||||
- src: README.md
|
||||
dst: /usr/share/doc/cacert-boardvoting/README.md
|
||||
- src: config.yaml.example
|
||||
dst: /usr/share/doc/cacert-boardvoting/examples/config.yaml.example
|
||||
- src: cacert-boardvoting.service
|
||||
|
|
Loading…
Reference in a new issue