We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418dff5 commit 3114757Copy full SHA for 3114757
1 file changed
.github/workflows/publish-playstore.yml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
serviceAccountJsonPlainText: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_JSON }}
82
packageName: net.solvetheriddle.roundtimer
83
- releaseFiles: composeApp-release.aab
+ releaseFiles: composeApp/build/outputs/bundle/release/composeApp-release.aab
84
track: ${{ github.event.inputs.track }}
85
status: completed
86
whatsNewDirectory: releaseNotes
0 commit comments