We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f35eb commit aedf475Copy full SHA for aedf475
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Cache Gradle
43
uses: burrunan/gradle-cache-action@v1
44
with:
45
- home-directory: ${{ github.workspace }}/android
+ build-root-directory: ${{ github.workspace }}/android
46
47
- name: Install dependencies
48
run: npm ci
0 commit comments