Update .gitlab-ci.yml

This commit is contained in:
TheJoKlLa 2022-11-14 15:09:19 +00:00
parent 0d007c6b5e
commit 6114b45ad6

View File

@ -180,10 +180,11 @@ deploy_Android_Internal:
after_script: after_script:
- 'rm play-store-credentials.json' - 'rm play-store-credentials.json'
deploy_Android_APK: pages:
stage: deploy stage: deploy
needs: needs:
- pack_Android_APK - pack_Android_APK
- pack_iOS
rules: rules:
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ /v\d+\.\d+(\.\d+)?/ - if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ /v\d+\.\d+(\.\d+)?/
tags: tags: