Skip to content

Commit aedf475

Browse files
authored
ci: Use correct directory for Gradle cache
1 parent 10f35eb commit aedf475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Cache Gradle
4343
uses: burrunan/gradle-cache-action@v1
4444
with:
45-
home-directory: ${{ github.workspace }}/android
45+
build-root-directory: ${{ github.workspace }}/android
4646

4747
- name: Install dependencies
4848
run: npm ci

0 commit comments

Comments
 (0)