Skip to content

Commit acadf02

Browse files
authored
fix(android): fix gradle build cache key (#130 by @fotos)
1 parent 3173102 commit acadf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ steps:
9292
name: Saving Gradle Build caches
9393
paths:
9494
- ~/gradle-build-caches
95-
key: gradle-debug-build-cache-{{ .Revision }}
95+
key: gradle-build-cache-{{ .Revision }}
9696
when: always

0 commit comments

Comments
 (0)