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
commit d010a1cbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}