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:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
files:
|
||||||
|
- src: "config/selfhosted.yaml"
|
||||||
|
dst: "config/local.yaml"
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
|
|
Loading…
Reference in New Issue