Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-22 09:23:41 +00:00
parent 631ff29e43
commit c1a66edff1
18 changed files with 1262 additions and 19 deletions
@@ -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