Skip to content

Commit bcac48e

Browse files
committed
correct file path ;-;
1 parent ee30283 commit bcac48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android_experimental_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- name: Checkout Repository
21+
- name: Checkout Repository
2222
uses: actions/checkout@v4
2323

2424
- name: Log the secrets
@@ -94,8 +94,8 @@ jobs:
9494
uses: actions/cache@v4
9595
with:
9696
path: |
97-
app/build
98-
key: build-output-${{ hashFiles('app/src/**', '**/*.gradle*') }}
97+
android/app/build
98+
key: build-output-${{ hashFiles('android/app/src/**', '**/*.gradle*') }}
9999
restore-keys: |
100100
build-output-
101101

0 commit comments

Comments
 (0)