Skip to content

Commit d86fcbe

Browse files
author
Ali
committed
Use the absolute path
1 parent 9074027 commit d86fcbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎buildbox/deploy-appcenter.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,7 @@ upload_dsym() {
8080
"$API_HOST/v0.1/apps/$API_USER_NAME/$API_APP_NAME/symbol_uploads/$DSYM_UPLOAD_ID"
8181
}
8282

83-
appcenter login --token "$API_TOKEN"
84-
appcenter distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal
83+
APPCENTER="/usr/local/bin/appcenter"
84+
85+
$APPCENTER login --token "$API_TOKEN"
86+
$APPCENTER distribute release --app "$API_USER_NAME/$API_APP_NAME" -f "$IPA_PATH" -g Internal

0 commit comments

Comments
 (0)