Failed to load Android keystore file.

I am trying to add signing credentials in an Android build target with a jks file that works in Unity Editor. When I put the path to the file along with Key Alias, Keystore Password and Key Password, I get an error that the keystore file is not valid.
5288955--530682--Android_KeyStore_Invalid.PNG

What am I doing wrong?

Answering my own question. It was a miss communication between me and the person that created our key…the alias was “upload” and I was given “upload key” initially. Using the correct alias name and I was able to load the jks file.