diff --git a/scripts/publish.sh b/scripts/publish.sh index ff3c294d..a3989636 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -44,6 +44,7 @@ copy() { mkdir $TARGET_DIR/docs cp docs/DEPLOYMENT.md $TARGET_DIR/docs cp docs/CONFIGURATION.md $TARGET_DIR/docs + cp config/default.toml $TARGET_DIR/config.toml get_bin }