This commit is contained in:
Christian Pauly 2020-12-09 06:28:23 +00:00
parent 0adeb09eb8
commit ebb114d043
1 changed files with 3 additions and 4 deletions

View File

@ -5,11 +5,10 @@ echo "storePassword=${FDROID_KEY_PASS}" >> key.properties
echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties
echo "keyAlias=key" >> key.properties
echo "storeFile=../key.jks" >> key.properties
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
echo $PLAYSTORE_DEPLOY_KEY >> fastlane/keys.json
ls | grep key
bundle install
bundle update fastlane
bundle exec fastlane set_build_code_internal
cd app
echo $GOOGLE_SERVICES >> google-services.json
cd ../..
echo $GOOGLE_SERVICES >> app/google-services.json
cd ..