Skip to content

Add APK artifact upload to build workflow#229

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/package-apk-file
Draft

Add APK artifact upload to build workflow#229
Copilot wants to merge 2 commits intomasterfrom
copilot/package-apk-file

Conversation

Copy link

Copilot AI commented Feb 27, 2026

The build.yml workflow compiled the release APK but never uploaded it, making the binary inaccessible without a tagged release.

Changes

  • .github/workflows/build.yml: Added actions/upload-artifact@v4 step after the APK build step, uploading app-release.apk as a downloadable artifact on every master push and PR-to-master build — mirroring what release.yml already does for tagged releases.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: CodeGather <8273021+CodeGather@users.noreply.github.com>
Copilot AI changed the title [WIP] Add functionality to package APK file Add APK artifact upload to build workflow Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants