Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-22 09:23:43 +00:00
parent a8517d5b92
commit 9e96acce6f
10 changed files with 638 additions and 10 deletions
+5
View File
@@ -10,6 +10,11 @@ if [ -f .env ]; then
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
if [ ! -d $BILI_FETCHER_ROOT_PATH/config ]; then
mkdir -p $BILI_FETCHER_ROOT_PATH/config
fi
cp -rn ./config/* $BILI_FETCHER_ROOT_PATH/config/
echo "Check Finish."
else