Skip to content

Commit aaef254

Browse files
author
archurtan
committed
调整workflow cache key的取值
Change-Id: Ib0cdd0c3ba3cb1202c0e54c7c16f41d759b31431
1 parent 84375e8 commit aaef254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opensource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: |
4646
~/.gradle/caches
4747
~/.gradle/wrapper
48-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('../sdk/secring.gpg.asc') }}
48+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/secring.gpg.asc') }}
4949
restore-keys: |
5050
${{ runner.os }}-build-${{ env.cache-name }}-
5151
${{ runner.os }}-build-

0 commit comments

Comments
 (0)