Skip to content

Simplify release workflow: remove signing, fix deprecated action#727

Draft
Copilot wants to merge 2 commits intofeat/release-apk-workflowfrom
copilot/sub-pr-726
Draft

Simplify release workflow: remove signing, fix deprecated action#727
Copilot wants to merge 2 commits intofeat/release-apk-workflowfrom
copilot/sub-pr-726

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

The release workflow used r0adkll/sign-android-release@v1 with keystore secrets, which is unnecessary for sideloaded APKs. It also referenced the deprecated gradle/wrapper-validation-action@v3, causing build failures.

Changes

  • Removed APK signing step and all associated keystore secrets (KEYSTORE_BASE64, KEY_ALIAS, KEYSTORE_PASSWORD, KEY_PASSWORD)
  • Replaced deprecated gradle/wrapper-validation-action@v3gradle/actions/wrapper-validation@v4
  • Simplified release upload to a single unconditional step publishing the unsigned APK with an install note for users

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…d unsigned APK

Co-authored-by: yhs0602 <35697677+yhs0602@users.noreply.github.com>
Copilot AI changed the title [WIP] Update deploy workflow for automated APK release Simplify release workflow: remove signing, fix deprecated action Feb 26, 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