Skip to content

Commit

Permalink
Update BuildReleasePlay.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno authored Dec 10, 2024
1 parent 2a8510c commit abf5c8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildReleasePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload Normal to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: 'com.donnnno.arcticons' # Replace with your app's package name
releaseFiles: app/build/outputs/bundle/normalPlayRelease/*.aab # Path to your APK/AAB
track: production # Options: production, beta, alpha, internal
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Upload Black to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: 'com.donnnno.arcticons.light' # Replace with your app's package name
releaseFiles: app/build/outputs/bundle/blackPlayRelease/*.aab # Path to your APK/AAB
track: production # Options: production, beta, alpha, internal
Expand All @@ -90,12 +90,12 @@ jobs:
- name: Upload You to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: 'com.donnnno.arcticons.you.play' # Replace with your app's package name
releaseFiles: app/build/outputs/bundle/youPlayRelease/*.aab # Path to your APK/AAB
track: production # Options: production, beta, alpha, internal
status: completed # Options: draft, inProgress, halted, completed
whatsNewDirectory: whatsnew




0 comments on commit abf5c8d

Please sign in to comment.