1

I'm using Semaphore CI and my build breaks because there is no debug.keystore file found. Should I upload the file to Semaphore?

Here is the error I'm getting:

Execution failed for task ':app:validateSigningDebug'.
> Keystore file '/root/my-app/android/app/debug.keystore' not found for signing config 'debug'.
  • You can decode keystore into base64 and paste from CI envs https://stackoverflow.com/questions/54881910/encode-to-base64-keystore-file – Vasyl Nahuliak Dec 27 '22 at 09:54

1 Answers1

1

The answer is yes, keep it in your project in git to build debug builds.

Yurii
  • 552
  • 3
  • 14