ci: Added missing restore cache key for build workflow
This commit is contained in:
parent
5068b3c838
commit
0adf9c4291
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
|
@ -119,6 +119,9 @@ jobs:
|
|||
src/**/build
|
||||
!src/**/build/outputs
|
||||
key: build-cache-${{ github.sha }}-${{ matrix.chunk }}
|
||||
restore-keys: |
|
||||
build-cache-${{ github.sha }}-
|
||||
build-cache-
|
||||
|
||||
- name: Upload APKs
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@16871d9e8cfcf27ff31822cac382bbb5450f1e1e # v4-patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue