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