Merge pull request #131 from mCaptcha/fix-upload-config-file

fix: publish config file in tarball
This commit is contained in:
Aravinth Manivannan
2024-01-08 00:21:52 +05:30
committed by GitHub

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
}