Skip to content

Commit d356f89

Browse files
committed
fix(gitlab-ci): FixGit submodules not included in the release archive
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent f154241 commit d356f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ upload-release-assets:
4646
stage: deploy
4747
rules:
4848
- if: $CI_COMMIT_TAG
49+
variables:
50+
GIT_SUBMODULE_STRATEGY: recursive
4951
needs:
5052
- generate-build-artifacts
5153
image: curlimages/curl:latest

0 commit comments

Comments
 (0)