fix ci
This commit is contained in:
parent
9ab21b2f62
commit
4f86a87bdc
1 changed files with 2 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ jobs:
|
|||
task: "Deploy to Google Play"
|
||||
target: android
|
||||
file: "*.apk"
|
||||
env: "SUPPLY_TRACK=beta"
|
||||
|
||||
deploy-android-beta:
|
||||
executor:
|
||||
|
|
@ -451,6 +452,7 @@ jobs:
|
|||
task: "Deploy to TestFlight"
|
||||
target: ios
|
||||
file: "*.ipa"
|
||||
env: ""
|
||||
|
||||
deploy-ios-beta:
|
||||
executor: ios
|
||||
|
|
|
|||
Loading…
Reference in a new issue