Update build-nightly.yml

This commit is contained in:
MM20
2023-01-30 23:32:33 +01:00
parent 9c8c53ee8d
commit cf26e4071d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ android {
signingConfigs {
create("gh-actions") {
storeFile = file(System.getenv("KEYSTORE_FILE"))
storeFile = file("${System.getenv("RUNNER_TEMP")}/keystore/keystore.jks")
storePassword = System.getenv("KEYSTORE_PASSWORD")
keyAlias = System.getenv("SIGNING_KEY_ALIAS")
keyPassword = System.getenv("SIGNING_KEY_PASSWORD")