框架上传

This commit is contained in:
2025-03-31 11:16:52 +08:00
parent 7197b4c0d0
commit ffcdddbd2a
429 changed files with 19115 additions and 1579 deletions

View File

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