Upload android app to the artifact section in pipeline in Github Actions and download the auto generated app from artifacts.
Github artifacts action provides a way to upload anything you want to store in artifact section in zipped file in that Pipeline.
This video shows Android CI Pipeline to use Github actions Artifact to upload generated Android apk file to Artifacts
#GuthubActions #Artifacts #AndroidApp #AndroidCI
Watch previous part 1 to see create Github action pipeline for Android to build an Android app :
Watch first video to create multiple apps from same code with different configurations using product flavors :