microbit-foundation / microbit-android

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
Apache License 2.0
13 stars 10 forks source link

GHA build to replace (unused) CircleCI #52

Closed microbit-matt-hillsdon closed 3 months ago

microbit-matt-hillsdon commented 3 months ago

GHA to build debug APK on branches/main and upload signed artifacts to a release when creating a release in GHA. Version number management remains manual.

The release upload can't really be tested without running a release so we'll tag a v3.0.8 after merging this to check all's well. That and all future releases should be created via the GH releases UI creating the corresponding tag that way too.

microbit-matt-hillsdon commented 3 months ago

I think we should probably split release and build into their own yml files so they can be triggered separately and don't need to use "if". That way we'll lose the "skipped" part.