diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3685474..b0cedd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,6 +82,11 @@ jobs: - uses: actions/checkout@v2 with: lfs: true + - uses: actions/cache@v2 + with: + path: ~/.gradle/caches + key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} + restore-keys: ${{ runner.os }}-gradle - run: | ./gradlew assemble mv build android