From 453be36201d5a2d444b7f579de7bcbb731be5c5b Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 8 Jan 2024 00:14:14 +0530 Subject: [PATCH] fix: publish config file in tarball --- scripts/publish.sh | 1 + 1 file changed, 1 insertion(+) 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 }