diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd352888..70ab4a0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: - name: Cache Gradle uses: burrunan/gradle-cache-action@v1 + with: + home-directory: ${{ github.workspace }}/android - name: Install dependencies run: npm ci