diff --git a/.github/workflows/an-cd.yml b/.github/workflows/an-cd.yml index 43594839..a1ac577e 100644 --- a/.github/workflows/an-cd.yml +++ b/.github/workflows/an-cd.yml @@ -63,7 +63,7 @@ jobs: versionCode: ${{ github.run_number }} - name: Assemble Release Bundle - run: ./gradlew bundleRelease + run: ./android/gradlew bundleRelease - name: Sign app aab uses: Tlaster/android-sign@v1