From d356f89f0f8a755e9b75915ff75aaa16c286d3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 27 Oct 2024 14:16:32 +0800 Subject: [PATCH] fix(gitlab-ci): FixGit submodules not included in the release archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff1cf7a..ef851b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ upload-release-assets: stage: deploy rules: - if: $CI_COMMIT_TAG + variables: + GIT_SUBMODULE_STRATEGY: recursive needs: - generate-build-artifacts image: curlimages/curl:latest