When we generate the APK file in the build we override the apk output filename to include the variant, version, and build number (e.g. app-release-1.0.0_b123.apk). Therefore I can't configure the Google Play Publisher since the path to the APK changes with every build. It would be nice if the Publisher would support bamboo variables or wildcards to configure the APK path (e.g. **/release/*.apk or ${bamboo.APK_RELEASE})