删除无用文件

This commit is contained in:
2025-03-31 10:28:30 +08:00
parent ab4a25a35b
commit c3e2616c3a
218 changed files with 6 additions and 7430 deletions

View File

@@ -10,14 +10,14 @@ stages:
# 发布
job_deploy:
only:
- master
- 05.TableTextConversion
stage: deploy
tags:
- staryEvo
before_script:
- echo '开始发布'
script:
- cd Assets/02.InformationSave
- cd Assets/05.TableTextConversion
# 获取当前版本
- CURRENT_VERSION=$(node -p "require('./package.json').version")
# - echo " ProjectID ${CI_SERVER_HOST}"