This commit is contained in:
Christian Pauly 2020-12-09 06:18:34 +00:00
parent 9e5fb7075d
commit 0adeb09eb8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties
echo "keyAlias=key" >> key.properties echo "keyAlias=key" >> key.properties
echo "storeFile=../key.jks" >> key.properties echo "storeFile=../key.jks" >> key.properties
echo $PLAYSTORE_DEPLOY_KEY >> keys.json echo $PLAYSTORE_DEPLOY_KEY >> keys.json
ls | grep key
bundle install bundle install
bundle update fastlane bundle update fastlane
bundle exec fastlane set_build_code_internal bundle exec fastlane set_build_code_internal