-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jarsigner error: java.lang.RuntimeException: keystore load: null #63
Comments
I'm getting this error too, upgrading my Java version / build tools didn't help. |
I am getting the same error |
Still haven't found a fix unfortunately. |
You sure |
Pretty sure so. Nonetheless, I stopped using this in favor of just signing the output as part of the gradle build, which involves doing something like this: https://github.com/banool/aclip/blob/main/.github/workflows/full_ci.yml#L139-L140. |
Here is the error I am getting:
Run r0adkll/sign-android-release@v1
Preparing to sign key @ /home/runner/work/myapp/mobile/build/outputs/bundle/release with signing key
Found 1 release files.
/opt/hostedtoolcache/Java_Zulu_jdk/8.0.322-6/x64/bin/jarsigner -keystore /home/runner/work/myapp/mobile/build/outputs/bundle/release/signingKey.jks -storepass *** -keypass *** /home/runner/work/myapp/mobile/build/outputs/bundle/release/mobile-release.aab ***
jarsigner error: java.lang.RuntimeException: keystore load: null
Error: The process '/opt/hostedtoolcache/Java_Zulu_jdk/8.0.322-6/x64/bin/jarsigner' failed with exit code 1
on my step:
The text was updated successfully, but these errors were encountered: