Skip to content

Commit 5b02b3e

Browse files
committed
workflow patch #7
1 parent eef297b commit 5b02b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
signingConfigs {
2929
create("productionRelease") {
30-
storeFile = file(System.getenv("KEYSTORE_FILE_PATH") ?: "keystore.jks")
30+
storeFile = file("keystore.jks")
3131
storePassword = "Xbox1Ps4@#$"
3232
keyAlias = "key0"
3333
keyPassword = "Xbox1Ps4@#$"

0 commit comments

Comments
 (0)