DEV Community

Discussion on: Build and Sign Android Apps using GitHub Actions

Collapse
 
alinavaie profile image
Ali Navaie

Hi
I did exactly same but I got this error:

Execution failed for task ':app:validateSigningRelease'.

Keystore file '/home/runner/work/SampleApp/SampleApp/android/app/my-upload-key.keystore' not found for signing config 'release'

I know 'my-upload-key.keystore' is not uploaded to my repository, but the questions is why it needs this file while I've already import the key base64 content in the action secret?

Collapse
 
alinavaie profile image
Ali Navaie