Skip to content

Commit 970c9f8

Browse files
Update Play Store workflow for release directory and package
1 parent 5bef86c commit 970c9f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playstore-pro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: signAAB
3131
uses: r0adkll/sign-android-release@fix/bundle-signing
3232
with:
33-
releaseDirectory: app/build/outputs/bundle/pro/release
33+
releaseDirectory: app/build/outputs/bundle/proRelease
3434
signingKeyBase64: ${{ secrets.PLAY_STORE_UPLOAD_SIGNING_KEY }}
3535
alias: ${{ secrets.PLAY_STORE_UPLOAD_ALIAS }}
3636
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
@@ -45,8 +45,8 @@ jobs:
4545
uses: r0adkll/[email protected]
4646
with:
4747
serviceAccountJson: service_account.json
48-
packageName: com.yogeshpaliyal.deepr
49-
releaseFiles: app/build/outputs/bundle/pro/release/*.aab
48+
packageName: com.yogeshpaliyal.deepr.pro
49+
releaseFiles: app/build/outputs/bundle/proRelease/*.aab
5050
track: alpha
5151
whatsNewDirectory: whatsnew/
5252

0 commit comments

Comments
 (0)