Skip to content

Commit 10a7b33

Browse files
committed
updated build.yml
1 parent e956021 commit 10a7b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ jobs:
181181
echo "No signing key provided; using debug signing."
182182
exit 0
183183
fi
184-
echo "$SIGNING_KEY" | base64 -d > android/app/release-key.jks
185-
echo "KEYSTORE_PATH=$PWD/android/app/release-key.jks" >> $GITHUB_ENV
184+
echo "$SIGNING_KEY" | base64 -d > android/app/release.keystore
185+
echo "KEYSTORE_PATH=$PWD/android/app/release.keystore" >> $GITHUB_ENV
186186
echo "KEY_STORE_PASSWORD=$KEY_STORE_PASSWORD" >> $GITHUB_ENV
187187
echo "KEY_ALIAS=$KEY_ALIAS" >> $GITHUB_ENV
188188
echo "KEY_PASSWORD=$KEY_PASSWORD" >> $GITHUB_ENV

0 commit comments

Comments
 (0)