chore: add fastlane action to release to Google Play (#1554)

This commit is contained in:
Huang Xin
2025-07-08 22:18:53 +08:00
committed by GitHub
parent 9556e1305f
commit 165ca4a6e9
4 changed files with 102 additions and 0 deletions
@@ -38,3 +38,11 @@ echo "✅ Updated $PROPERTIES_FILE"
echo "🚀 Running: pnpm tauri android build"
pnpm tauri android build
source .env.google-play.local
if [[ -z "$GOOGLE_PLAY_JSON_KEY_FILE" ]]; then
echo "❌ GOOGLE_PLAY_JSON_KEY_FILE is not set"
exit 1
fi
cd ../../
fastlane android upload_production