fix: publish config file in tarball

This commit is contained in:
Aravinth Manivannan 2024-01-08 00:14:14 +05:30
parent 5722a5327c
commit 453be36201
No known key found for this signature in database
GPG key ID: F8F50389936984FF

View file

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