diff --git a/.github/workflows/android-release-playstore.yaml b/.github/workflows/android-release-playstore.yaml index a8aefc0a8..4cb8b6482 100644 --- a/.github/workflows/android-release-playstore.yaml +++ b/.github/workflows/android-release-playstore.yaml @@ -74,6 +74,6 @@ jobs: packageName: com.bitmark.autonomy_client releaseFiles: build/app/outputs/bundle/productionRelease/app-production-release.aab track: internal - mappingFile: build/app/outputs/bundle/productionRelease/mapping.txt + mappingFile: build/app/outputs/mapping/productionRelease/mapping.txt whatsNewDirectory: ./whatsnew changesNotSentForReview: true