Skip to content

Commit

Permalink
fix(gitlab-ci): FixGit submodules not included in the release archive
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent f154241 commit d356f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d356f89

Please sign in to comment.