ci: use android folder as cache key

This commit is contained in:
Michael 2025-05-10 14:25:57 +03:00
parent de7dacaf6e
commit d12f4470fd

View file

@ -86,7 +86,7 @@ jobs:
./.pub-cache
./android/.gradle
~/.gradle
key: ${{ runner.os }}-android-${{ github.sha }}
key: ${{ runner.os }}-android-${{ hashFiles('android/') }}
- name: Build signed APK
run: |