diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6ae376f..18957a4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -96,5 +96,5 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.nextroom.nextroom - releaseFiles: ${{ github.workspace }}/app-release.aab + releaseFiles: ./app/build/outputs/bundle/release/app-release.aab track: production \ No newline at end of file