Open big-shadow opened 2 years ago
It's happen with me as well! The problem was in my signingKeyBase64 stored in Github Secrets.
Follow the next steps:
openssl base64 < some_signing_key.jks | tr -d '\n' | tee some_signing_key.jks.base64.txt
some_signing_key.jks.base64.txt
It worked for me!
Yet another
Failed to load signer "signer #1"
but this one has a different inner exception (I looked at the other issues)My private key file's base64 string seems to be too long? Interested in your take here.