Bitrise
Last updated
Last updated
Add a “Script” step to your workflow after the Mobile Build step
Edit the Script Content and paste the following code into it, which will upload the APK build file to MobileBoost and make the MobileBoost ID available for following steps as an ENV Variable called MOBILEBOOST_ID
In the above script replace
the <ORG_KEY>
with your GPT Driver OrgID
the <platform>
with ”ios” or “android” depending on the build
the $BITRISE_BUILD_PATH
with the variable containing the path to your build file