CI: Fix filename

This commit is contained in:
Vishesh Handa
2019-02-12 22:26:21 +01:00
parent 7be1f9a0f1
commit ee34b60e53

View File

@ -16,7 +16,7 @@ jobs:
command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks
- run: - run:
name: Create Google Play key name: Create Google Play key
command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-key.json command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-api-key.json
- run: - run:
name: Create Android Key file name: Create Android Key file
command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties