Revert "改了回去"

This reverts commit 280976a3b0.
This commit is contained in:
zaodonganqi
2025-10-22 23:40:01 +08:00
parent 32edd31c19
commit ab10e9424b
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ jobs:
echo "🔍 开始地图追踪目录结构校验..."
: > validation_output.log
set +e
python build/validate.py "repo/pathing" --fix --structure 2>&1 | tee -a validation_output.log
python build/validate.py "repo/pathing" --structure 2>&1 | tee -a validation_output.log
PY_EXIT=$?
set -e

View File

@@ -54,7 +54,7 @@ ACTION_PARAMS_VERSION_MAP = {
}
# 默认版本号
DEFAULT_BGI_VERSION = "0.42.0"
DEFAULT_BGI_VERSION = "0.52.0"
DEFAULT_VERSION = "1.0"
# ==================== 文件操作 ====================