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.