diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b584e1..8c9287e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,6 @@ jobs: with: # Only write to the cache for builds on the 'main' branch cache-read-only: ${{ github.ref != 'refs/heads/main' }} - gradle-home-cache-cleanup: true - name: Check spotless run: ./gradlew spotlessCheck --no-configuration-cache diff --git a/.github/workflows/upload-to-play-store.yml b/.github/workflows/upload-to-play-store.yml index c881a0c..f80ca44 100644 --- a/.github/workflows/upload-to-play-store.yml +++ b/.github/workflows/upload-to-play-store.yml @@ -23,7 +23,6 @@ jobs: with: # Only write to the cache for builds on the 'main' branch cache-read-only: ${{ github.ref != 'refs/heads/main' }} - gradle-home-cache-cleanup: true - run: echo VERSION_CODE=$(date +%s) >> $GITHUB_ENV - run: echo VERSION_NAME=$(date +%F) >> $GITHUB_ENV @@ -39,7 +38,7 @@ jobs: run: ./gradlew bundleRelease - uses: r0adkll/sign-android-release@v1 - name: Sign app APK + name: Sign app AAB id: sign_app with: releaseDirectory: app/build/outputs/bundle/release @@ -59,4 +58,3 @@ jobs: track: beta mappingFile: app/build/outputs/mapping/release/mapping.txt status: completed - changesNotSentForReview: true