Updated cache to include all pubspec.lock files

This commit is contained in:
Nguyen Thai
2022-09-29 16:46:57 +07:00
committed by Dat H. Pham
parent c683d4a4cf
commit 3307e4609c
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
flutter-version: "3.0.5"
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('pubspec.lock') }}"
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Run prebuild