ENV VAR for the direct link to an .apk download?

When we have an Android build complete successfully, I would like to be able to send the actual link of the .apk download to my QA person via Slack. I tried using $BITRISE_APK_PATH but all it gave me was /bitrise/deploy/my-android-app-debug.apk. Is there a variable that holds the entire link to the .apk, e.g. https://bitrise-prod-build-storage.s3.amazonaws.com/builds/111/artifacts/222/my-android-app-debug.apk?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=XXX&X-Amz-Date=2017&X-Amz-Expires=0&X-Amz-SignedHeaders=host&X-Amz-Signature=abcd.

1 Like

The Deploy to Bitrise.io step generates a Public Install Page URL environment variable (BITRISE_PUBLIC_INSTALL_PAGE_URL) when the related option of the step is enabled (it’s enabled by default).

1 Like

is it possible to have a fix url for the apk direct download?
I’m using appium and that public page is not an option to download the apk directly, and the direct link is not fix, it depends on the build.

something like https://app.bitrise.io/artifact/[PROJECT]/[BRANCH]/something.apk

Hi @jpita!

Currently it isn’t, but as I see you have already escalated this case into a #feature-request, way to go! :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.