mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 12:09:57 +00:00
ci: fix caching
This commit is contained in:
parent
fd871d3d21
commit
de7dacaf6e
1 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/flutter/bin/cache
|
||||
./flutter/bin/cache
|
||||
key: ${{ runner.os }}-flutter-${{ hashFiles('.gitmodules') }}
|
||||
|
||||
- name: Flutter install and check
|
||||
|
@ -83,8 +83,9 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.pub-cache
|
||||
~/android/.gradle
|
||||
./.pub-cache
|
||||
./android/.gradle
|
||||
~/.gradle
|
||||
key: ${{ runner.os }}-android-${{ github.sha }}
|
||||
|
||||
- name: Build signed APK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue