Skip to content

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

Closed
yhs0602 with Copilot wants to merge 2 commits into
feat/release-apk-workflowfrom
copilot/sub-pr-726
Closed

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

Conversation

Copilot AI commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

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
@yhs0602

yhs0602 commented Mar 19, 2026

Copy link
Copy Markdown
Owner

Closing as superseded by #728. The maintenance baseline PR now carries the current release/preview workflow changes on the maintained branch.

@yhs0602 yhs0602 closed this Mar 19, 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