Update prepare-android-release.sh

This commit is contained in:
Christian Pauly 2020-11-22 12:27:47 +00:00
parent 6095e9901a
commit 6842780773
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ bundle install
bundle update fastlane
bundle exec fastlane set_build_code_internal
cd app
echo $GOOGLE_SERVICES >> google-services.json/..
echo $GOOGLE_SERVICES >> google-services.json
cd ../..