diff --git a/.github/workflows/reportsExports.yml b/.github/workflows/reportsExports.yml index 4ac962d8..54d8de2f 100644 --- a/.github/workflows/reportsExports.yml +++ b/.github/workflows/reportsExports.yml @@ -24,7 +24,7 @@ jobs: uses: ./.github/actions/setup - name: Create Reports ⚙️🛠 - run: bash ./gradlew :app:analyzeProductionReleaseBundle + run: bash ./gradlew :app:analyzeReleaseBundle - name: Exports Reports to report branch