Skip to content

Commit

Permalink
[Build] correct release gradle cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Dec 20, 2024
1 parent 6a68e33 commit 381a76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-
${{ runner.os }}-gradle-caches-
- name: Cache Gradle wrappers
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 381a76b

Please sign in to comment.