mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
CI: Fix filename
This commit is contained in:
@ -16,7 +16,7 @@ jobs:
|
||||
command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks
|
||||
- run:
|
||||
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:
|
||||
name: Create Android Key file
|
||||
command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties
|
||||
|
Reference in New Issue
Block a user