mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +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
|
id: cache
|
||||||
with:
|
with:
|
||||||
lookup-only: ${{ inputs.save != 'true' }}
|
lookup-only: ${{ inputs.save != 'true' }}
|
||||||
|
save-always: ${{ inputs.save == 'true' }}
|
||||||
path: |
|
path: |
|
||||||
app/desktop/build
|
app/desktop/build
|
||||||
app/shared/build
|
app/shared/build
|
||||||
|
|||||||
@@ -20,4 +20,5 @@ runs:
|
|||||||
with:
|
with:
|
||||||
gradle-version: wrapper
|
gradle-version: wrapper
|
||||||
cache-read-only: false
|
cache-read-only: false
|
||||||
|
cache-overwrite-existing: true
|
||||||
add-job-summary: on-failure
|
add-job-summary: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user