diff --git a/.github/workflows/android-build-pr.yml b/.github/workflows/android-build-pr.yml index 96bfa3d2a..28c662c00 100644 --- a/.github/workflows/android-build-pr.yml +++ b/.github/workflows/android-build-pr.yml @@ -26,7 +26,7 @@ jobs: wrapper-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true - arguments: assembleForkRelease -PversionName=${{ env.VERSION_NAME }} + arguments: app:assembleForkRelease -PversionName=${{ env.VERSION_NAME }} run-testDebug: diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index afedfbd5c..9c3f7376c 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -26,7 +26,7 @@ jobs: wrapper-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true - arguments: assembleForkRelease -PversionName=${{ env.VERSION_NAME }} + arguments: app:assembleForkRelease -PversionName=${{ env.VERSION_NAME }} - name: Create signed APKs uses: abhijitvalluri/sign-apks@v0.8 with: diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index 989fcb6a3..2b888a9ff 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -23,7 +23,7 @@ jobs: wrapper-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true - arguments: assembleForkRelease -PversionName=${{ github.event.ref }} + arguments: app:assembleForkRelease -PversionName=${{ github.event.ref }} - name: Create signed APKs uses: abhijitvalluri/sign-apks@v0.8 with: