We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84375e8 commit aaef254Copy full SHA for aaef254
.github/workflows/opensource.yml
@@ -45,7 +45,7 @@ jobs:
45
path: |
46
~/.gradle/caches
47
~/.gradle/wrapper
48
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('../sdk/secring.gpg.asc') }}
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/secring.gpg.asc') }}
49
restore-keys: |
50
${{ runner.os }}-build-${{ env.cache-name }}-
51
${{ runner.os }}-build-
0 commit comments