更新 .gitea/workflows/.gitlab-ci.yml
All checks were successful
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 3s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 6s
Plugin Library CI / publish (00.ARMazTools) (push) Successful in 2s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 18s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 6s
Plugin Library CI / publish (02.InformationSave) (push) Successful in 3s
Plugin Library CI / publish (03.YooAsset) (push) Successful in 1m27s
Plugin Library CI / publish (04.AudioCore) (push) Successful in 5s
Plugin Library CI / publish (05.TableTextConversion) (push) Successful in 7s
Plugin Library CI / publish (06.UIFarme) (push) Successful in 36s
Plugin Library CI / publish (07.RKTools) (push) Successful in 3s
Plugin Library CI / publish (08.UniTask) (push) Successful in 3s
Plugin Library CI / publish (09.CodeChecker) (push) Successful in 37s
Plugin Library CI / publish (10.StoryEditor) (push) Successful in 3s
Plugin Library CI / publish (10.XNode) (push) Successful in 4s
Plugin Library CI / publish (11.PointCloudTools) (push) Successful in 3s
All checks were successful
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 3s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 6s
Plugin Library CI / publish (00.ARMazTools) (push) Successful in 2s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 18s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 6s
Plugin Library CI / publish (02.InformationSave) (push) Successful in 3s
Plugin Library CI / publish (03.YooAsset) (push) Successful in 1m27s
Plugin Library CI / publish (04.AudioCore) (push) Successful in 5s
Plugin Library CI / publish (05.TableTextConversion) (push) Successful in 7s
Plugin Library CI / publish (06.UIFarme) (push) Successful in 36s
Plugin Library CI / publish (07.RKTools) (push) Successful in 3s
Plugin Library CI / publish (08.UniTask) (push) Successful in 3s
Plugin Library CI / publish (09.CodeChecker) (push) Successful in 37s
Plugin Library CI / publish (10.StoryEditor) (push) Successful in 3s
Plugin Library CI / publish (10.XNode) (push) Successful in 4s
Plugin Library CI / publish (11.PointCloudTools) (push) Successful in 3s
This commit is contained in:
@@ -48,6 +48,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1 # 只拉取最新提交,不拉历史
|
||||
single-branch: true # 只拉取当前分支
|
||||
sparse-checkout: Assets/${{ matrix.module }} # 关键:只拉这个目录
|
||||
sparse-checkout-cone-mode: false # 关键:关闭 cone 模式(更精确)
|
||||
- name: Setup Node.js
|
||||
run: |
|
||||
ln -sf /srv/18-alpine/bin/node /usr/bin/node
|
||||
|
||||
Reference in New Issue
Block a user