chore: debugging the issue with github actions

This commit is contained in:
LucasGGamerM 2023-04-02 12:13:57 -03:00
parent 1287dff879
commit 80931b8948
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ android {
keystoreFile.renameTo("keystore/nightly_keystore.jks") keystoreFile.renameTo("keystore/nightly_keystore.jks")
} }
storeFile = file("keystore/nightly_keystore.jks") storeFile = keystore/nightly_keystore.jks
storePassword System.getenv("SIGNING_STORE_PASSWORD") storePassword System.getenv("SIGNING_STORE_PASSWORD")
keyAlias System.getenv("SIGNING_KEY_ALIAS") keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD") keyPassword System.getenv("SIGNING_KEY_PASSWORD")