ci: fix caching

This commit is contained in:
Max Weber committed 2026-08-25 13:33:27 -06:00
1 parent 1f8344416d
commit ab39f5cb1b
1 file changed
+3 -1
+3 -1
View File
@@ -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