Skip to content

Commit 8f543a4

Browse files
committed
Optimize Gradle and Android build cache handling
1 parent 7702637 commit 8f543a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Build Android Release
2-
31
on:
42
push:
53
branches:
@@ -21,7 +19,7 @@ jobs:
2119

2220
- uses: oven-sh/setup-bun@v2
2321

24-
- name: Cache Gradle dependencies
22+
- name: Restore Gradle cache
2523
uses: actions/cache@v3
2624
with:
2725
path: |
@@ -31,7 +29,7 @@ jobs:
3129
restore-keys: |
3230
${{ runner.os }}-gradle-
3331
34-
- name: Cache Android build outputs
32+
- name: Restore Android build outputs cache
3533
uses: actions/cache@v3
3634
with:
3735
path: |

0 commit comments

Comments
 (0)