Automated upload AAB file to Play developer console?

Hi, is it possible to have Unity Cloud Build automatically push the generated AAB/APK file to the Play developer console? I have this working for iOS builds with a simple post-build script, because the Mac build machines come preinstalled with the iTunes transporter utility.

Does such a utility exist for uploading build assets to the Play Store so I don’t need to manually redownload them every time?

This is an essential feature of any CI/CD tool IMO.

A more specific (and hopefully easier) ask – just allow us to specify a custom Fastlane config file for Android builds as we can do for iOS builds. Then we can figure out how to upload ourselves.