dev 更新submodule

This commit is contained in:
zhang hongbo 2026-01-20 15:50:15 +08:00
parent c9015838e0
commit b2f68a3328

View File

@ -33,6 +33,9 @@ def call(Map config)
credentialsId: '503eaa43-0676-40ac-81c0-d9c5cc8b4ff7'
]]
])
// submodule
bat 'git submodule update --init --recursive --remote --merge'
}
}
stage("Build Unity Android")