DEV Community

Discussion on: Build and Sign Android Apps using GitHub Actions

Collapse
 
vitalykarasik profile image
Vitaly Karasik

Hi, many thanks!
Regarding 'signingKeyBase64' - is the key and keystore the same thing (format)?
I already have my android keystore into Github secrets and it works nice for signing 3D Unity apps, but when I tried to use it in r0adkll/sign-android-release@v1, I received "Failed to load signer "signer #1"
java.io.EOFException" exception.

Collapse
 
supersuman profile image
Sumanth Perambuduri

Hey @vitalykarasik , I've found out the solution in issues.
Check out this link for the solution.