mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
ci: change Play Store upload from internal to alpha (closed testing) track
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
app/build/outputs/apk/release/${{ env.APK_NAME }}
|
||||
app/build/outputs/apk/debug/${{ env.APK_NAME_DEBUG }}
|
||||
|
||||
- name: Upload to Google Play (Internal Testing)
|
||||
- name: Upload to Google Play (Closed Testing)
|
||||
if: github.event_name == 'release' && env.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON != ''
|
||||
env:
|
||||
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
|
||||
packageName: com.matedroid
|
||||
releaseFiles: app/build/outputs/bundle/release/app-release.aab
|
||||
track: internal
|
||||
track: alpha
|
||||
status: completed
|
||||
|
||||
- name: Upload to Google Play (Production)
|
||||
|
||||
Reference in New Issue
Block a user