diff --git a/.github/workflows/github-action-test.yml b/.github/workflows/github-action-test.yml index 429b00d..d0598ed 100644 --- a/.github/workflows/github-action-test.yml +++ b/.github/workflows/github-action-test.yml @@ -58,7 +58,4 @@ jobs: api-level: 34 target: aosp_atd arch: x86_64 - script: ./gradlew :app:assembleRelease - - - name: Build Release AAB - run: ./gradlew bundleRelease + script: ./gradlew :app:bundleRelease \ No newline at end of file