Skip to content

fix: Fix release signing configuration for CI/CD #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

graycreate
Copy link
Member

Summary

  • Fix the release build failure caused by incorrect keystore configuration
  • Remove fallback to debug keystore that was causing "debug.keystore not found" error

Problem

The release workflow was failing with:

Keystore file '/home/runner/.config/.android/debug.keystore' not found for signing config 'release'.

Solution

  • Added proper handling for CI/CD environment where keystore is created dynamically
  • Removed the fallback to debug signing config which was causing the error
  • Added explicit error message for local release builds without proper signing setup

Test Plan

  • Tested the configuration logic
  • Release workflow should now properly use the keystore created from KEYSTORE_BASE64 secret

🤖 Generated with Claude Code

- Remove fallback to debug keystore which causes build failures
- Add proper handling for CI/CD environment where keystore is created dynamically
- Throw explicit error for local release builds without signing config
- Fixes the "debug.keystore not found" error in release workflow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@graycreate graycreate merged commit 6dc0ee2 into main Jul 9, 2025
3 of 5 checks passed
@graycreate graycreate deleted the bugfix/release-signing-config branch July 9, 2025 15:08
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.

1 participant