fix keystore path

This commit is contained in:
HolographicHat 2022-11-23 10:08:22 +08:00
parent f56f53cda4
commit adc9cf2eab
No known key found for this signature in database
GPG Key ID: 12C8B5B85E5CE5C3

View File

@ -21,7 +21,7 @@ android {
signingConfigs {
release {
storeFile file('.github/signkey.jks')
storeFile file('../.github/signkey.jks')
keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
storePassword System.getenv("SIGNING_KEY_PASSWORD")