mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Use the absolute path
This commit is contained in:
parent
907402750f
commit
d86fcbe79b
1 changed files with 4 additions and 2 deletions
|
|
@ -80,5 +80,7 @@ upload_dsym() {
|
|||
"$API_HOST/v0.1/apps/$API_USER_NAME/$API_APP_NAME/symbol_uploads/$DSYM_UPLOAD_ID"
|
||||
}
|
||||
|
||||
appcenter login --token "$API_TOKEN"
|
||||
appcenter distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal
|
||||
APPCENTER="/usr/local/bin/appcenter"
|
||||
|
||||
$APPCENTER login --token "$API_TOKEN"
|
||||
$APPCENTER distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue