mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 11:05:04 +03:00
Always refresh Gradle caches after build, even on cache hit.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user