Update .goreleaser.yaml to include new file mapping for selfhosting

This commit is contained in:
Mo Tarbin 2024-07-25 00:56:32 -04:00
parent 5459dc2788
commit b6fcc1b6cb
1 changed files with 3 additions and 0 deletions

View File

@ -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