We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d545855 commit 42ec538Copy full SHA for 42ec538
.github/workflows/publish-android.yml
@@ -51,6 +51,6 @@ jobs:
51
with:
52
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
53
packageName: de.rakhman.cooking
54
- releaseFiles: 'app/build/outputs/bundle/release/app-release.apk'
+ releaseFiles: 'app/build/outputs/apk/release/app-release.apk'
55
mappingFile: 'app/build/outputs/mapping/release/mapping.txt'
56
track: production
0 commit comments