File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ source "$VENV_DIR/bin/activate"
2525echo " Installing google-api-python-client"
2626pip install --upgrade google-api-python-client
2727
28+ echo " Uploading editor to Google Play Store..."
2829python3 " $PYTHON_SCRIPT " " $AAB_FILE " " $NDS_FILE " " $JSON_KEY_FILE " " $VERSION_NAME "
Original file line number Diff line number Diff line change 178178
179179# Godot Android Editor
180180
181- if [ -d " deps/playstore_key.json " ]; then
182- echo " Publishing Android Editor to PlayStore ..."
181+ if [ -e " ${GODOT_ANDROID_UPLOAD_JSON_KEY} " ]; then
182+ echo " Publishing Android Editor to Play Store ..."
183183 sh build-android/upload-playstore.sh ${godot_version}
184184else
185- echo " Disabling Android Editor publishing as deps/playstore_key.json doesn't exist ."
185+ echo " Disabling Android Editor publishing as no valid Play Store JSON key was found ."
186186fi
187187
188188# Godot Android library
You can’t perform that action at this time.
0 commit comments