Skip to content

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 <[email protected]>
@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.

2 participants