mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Playstore release job
This commit is contained in:
parent
ebf73bfdeb
commit
47c9180b8a
@ -266,10 +266,12 @@ upload-windows:
|
|||||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-windows.tar.gz
|
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-windows.tar.gz
|
||||||
|
|
||||||
upload-playstore:
|
upload-playstore:
|
||||||
extends: .release
|
stage: release
|
||||||
before_script: [./scripts/prepare-android-release.sh]
|
before_script: [./scripts/prepare-android-release.sh]
|
||||||
script: [./scripts/release-playstore.sh]
|
script: [./scripts/release-playstore.sh]
|
||||||
resource_group: playstore_release
|
resource_group: playstore_release
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
release:
|
release:
|
||||||
extends: .release
|
extends: .release
|
||||||
|
Loading…
Reference in New Issue
Block a user