ci: fix caching

This commit is contained in:
Michael 2025-05-10 14:16:17 +03:00
parent fd871d3d21
commit de7dacaf6e

View file

@ -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