Fix check for Play Store JSON upload key

This commit is contained in:
Rémi Verschelde
2025-10-15 23:09:00 +02:00
parent 33d44ce966
commit d72076547a
2 changed files with 4 additions and 3 deletions

View File

@@ -25,4 +25,5 @@ source "$VENV_DIR/bin/activate"
echo "Installing google-api-python-client"
pip install --upgrade google-api-python-client
echo "Uploading editor to Google Play Store..."
python3 "$PYTHON_SCRIPT" "$AAB_FILE" "$NDS_FILE" "$JSON_KEY_FILE" "$VERSION_NAME"