mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Use the absolute path
This commit is contained in:
parent
907402750f
commit
d86fcbe79b
@ -80,5 +80,7 @@ upload_dsym() {
|
|||||||
"$API_HOST/v0.1/apps/$API_USER_NAME/$API_APP_NAME/symbol_uploads/$DSYM_UPLOAD_ID"
|
"$API_HOST/v0.1/apps/$API_USER_NAME/$API_APP_NAME/symbol_uploads/$DSYM_UPLOAD_ID"
|
||||||
}
|
}
|
||||||
|
|
||||||
appcenter login --token "$API_TOKEN"
|
APPCENTER="/usr/local/bin/appcenter"
|
||||||
appcenter distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal
|
|
||||||
|
$APPCENTER login --token "$API_TOKEN"
|
||||||
|
$APPCENTER distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user