chore: fix CI

This commit is contained in:
Christian Pauly 2020-11-21 12:43:36 +00:00
commit 8c8cd98a67
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,7 @@
#!/usr/bin/env bash
/bin/bash ./scripts/prepare-android-release.sh
cd android && echo $FDROID_KEY | base64 --decode --ignore-garbage > key.jks && cd ..
cd android && echo "storePassword=${FDROID_KEY_PASS}" >> key.properties && cd ..
cd android && echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties && cd ..
cd android && echo "keyAlias=key" >> key.properties && cd ..
cd android && echo "storeFile=../key.jks" >> key.properties && cd ..
cd android/app && echo $GOOGLE_SERVICES >> google-services.json && cd ../..
cd android/app && echo $GOOGLE_SERVICES >> google-services.json && cd ../..