File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 build/
3333 submodules/flutter/bin/cache/
3434 /usr/local/lib/android/
35- key : ${{ runner.OS }}-saber_android -${{ hashFiles('**/pubspec.lock') }}
35+ key : ${{ runner.OS }}-saberapk -${{ hashFiles('**/pubspec.lock') }}
3636 restore-keys : |
37- ${{ runner.OS }}-saber_android -
37+ ${{ runner.OS }}-saberapk -
3838
3939 - name : Restore platform-agnostic cache
4040 uses : actions/cache@v5
@@ -154,9 +154,9 @@ jobs:
154154 build/
155155 submodules/flutter/bin/cache/
156156 /usr/local/lib/android/
157- key : ${{ runner.OS }}-saber_android -${{ hashFiles('**/pubspec.lock') }}
157+ key : ${{ runner.OS }}-saberapk -${{ hashFiles('**/pubspec.lock') }}
158158 restore-keys : |
159- ${{ runner.OS }}-saber_android -
159+ ${{ runner.OS }}-saberapk -
160160
161161 - name : Setup keystore
162162 env :
You can’t perform that action at this time.
0 commit comments