删除无用文件

This commit is contained in:
2025-03-31 10:26:25 +08:00
parent ab4a25a35b
commit bb9bb69c3a
198 changed files with 4 additions and 6629 deletions

View File

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