Skip to content

Commit 5bef86c

Browse files
Fix release directory paths in playstore.yml
1 parent d33c7d3 commit 5bef86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playstore.yml

Lines changed: 2 additions & 2 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/free/release
33+
releaseDirectory: app/build/outputs/bundle/freeRelease
3434
signingKeyBase64: ${{ secrets.PLAY_STORE_UPLOAD_SIGNING_KEY }}
3535
alias: ${{ secrets.PLAY_STORE_UPLOAD_ALIAS }}
3636
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
serviceAccountJson: service_account.json
4848
packageName: com.yogeshpaliyal.deepr
49-
releaseFiles: app/build/outputs/bundle/free/release/*.aab
49+
releaseFiles: app/build/outputs/bundle/freeRelease/*.aab
5050
track: alpha
5151
whatsNewDirectory: whatsnew/
5252

0 commit comments

Comments
 (0)