mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-09-24 04:57:09 -04:00
ci: fix caching
This commit is contained in:
1 file changed
+3
-1
@@ -52,7 +52,9 @@ jobs:
|
||||
- uses: actions/cache/save@v5
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ~/.gradle/caches/
|
||||
path: |
|
||||
~/.gradle/caches/
|
||||
api/
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
|
||||
- name: build
|
||||
|
||||
Reference in new issue
Block a user