It’s not trivial to save only signed apks (signed by the Sign APK step).
Deploy to Bitrise.io step does not support wildcard.
eg.
Signed APK created at: /bitrise/deploy/app-release-unsigned-bitrise-signed.apk
it’s fine, but deploy fails
Deploy source path does not exist at the provided path: /bitrise/deploy/*-signed.apk
there must be simple way to deploy only release apks
That’s because the Deploy to Bitrise.io step does not support wildcard in the path.
The easiest solution right now is to use the the signed APK’s path as the Deploy directory or file path input of the Deploy to Bitrise.io step.
If you use the Sign APK step, that exports the apk’s path in the BITRISE_SIGNED_APK_PATH environment variable, so you can set the Deploy directory or file path to $BITRISE_SIGNED_APK_PATH.