From 534e4c2453513c86407a86079420c227ba14b759 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 10 Apr 2025 23:59:39 +0700 Subject: [PATCH] ci: Point to Android directory --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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