Always refresh Gradle caches after build, even on cache hit.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-14 01:28:56 +03:00
Unverified
parent 87d977535f
commit a13be70262
2 changed files with 2 additions and 0 deletions
@@ -19,6 +19,7 @@ runs:
id: cache
with:
lookup-only: ${{ inputs.save != 'true' }}
save-always: ${{ inputs.save == 'true' }}
path: |
app/desktop/build
app/shared/build
@@ -20,4 +20,5 @@ runs:
with:
gradle-version: wrapper
cache-read-only: false
cache-overwrite-existing: true
add-job-summary: on-failure