diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 406d36245574..4dea9151d803 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -193,7 +193,7 @@ jobs: uses: burrunan/gradle-cache-action@v1 with: job-id: jdk17 - arguments: assembleDebug + arguments: assembleOssProdDebug gradle-version: wrapper build-root-directory: android @@ -222,7 +222,7 @@ jobs: uses: burrunan/gradle-cache-action@v1 with: job-id: jdk17 - arguments: assembleAndroidTest + arguments: assembleOssProdAndroidTest gradle-version: wrapper build-root-directory: android execution-only-caches: true