Local testing

This commit is contained in:
2023-08-04 21:48:19 +01:00
parent 9015e9d6c6
commit ebac67bc96
2 changed files with 2 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ commands:
- run:
name: Setup keystore
command: |
echo "$RELEASE_KEYSTORE_BASE64" | base64 --decode > "./keystore.jks"
echo "$BASE64_KEYSTORE" | base64 --decode > "./keystore.jks"
- run:
name: Setup playstore key
command: |