diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d3fa4d8..e05761c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -25,7 +25,7 @@ jobs: cache: 'gradle' distribution: 'temurin' - - name: Build with Gradle Wrapper + - name: Build with bundleRelease env: GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }} KEYSTORE: ${{ secrets.JKS }} @@ -38,6 +38,12 @@ jobs: echo "$KEYSTORE"|base64 -di > ~/Downloads/itag.one.river0.keystore ./gradlew bundleRelease + - name: Upload AAB artifact + uses: actions/upload-artifact@v4 + with: + name: aab + path: app/build/outputs/bundle/release/app-release.aab + dependency-submission: runs-on: ubuntu-latest