Update .goreleaser.yaml to include new file mapping for selfhosting
This commit is contained in:
parent
5459dc2788
commit
b6fcc1b6cb
|
@ -37,6 +37,9 @@ archives:
|
|||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
files:
|
||||
- src: "config/selfhosted.yaml"
|
||||
dst: "config/local.yaml"
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
|
|
Loading…
Reference in New Issue