Skip to content

Commit 1ccc8cc

Browse files
committed
chore: add keystore in magic file
1 parent 48ac709 commit 1ccc8cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codemagic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ workflows:
1717
- name: Set Android SDK location
1818
script: |
1919
echo "sdk.dir=$ANDROID_SDK_ROOT" > "./android/local.properties"
20-
- name: Set Huawei AGCONNECT_SERVICES
20+
- name: Set Files
2121
script: |
2222
echo $AGCONNECT_SERVICES | base64 --decode > "./android/app/agconnect-services.json"
23+
echo $KEYSTORE_FILE | base64 --decode > "./android/app/tailchat.keystore"
2324
- name: Build Android release
2425
working_directory: client/mobile/android
2526
script: |

0 commit comments

Comments
 (0)