File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3737 uses : actions/cache@0781355a23dac32fd3bac414512f4b903437991a # v2.1.3
3838 with :
3939 path : flutter
40- key : ${{ env.cache-name }}-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
40+ key : ${{ env.cache-name }}-ubuntu-latest- ${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
4141 restore-keys : |
42- ${{ env.cache-name }}-${{ steps.get-flutter-version.outputs.version }}-
42+ ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-
43+ ${{ env.cache-name }}-ubuntu-latest-
4344 ${{ env.cache-name }}-
4445 env :
4546 cache-name : flutter-cache
Original file line number Diff line number Diff line change 55 types : [ published ]
66
77env :
8- FLUTTER_DEBUG_INFO_PATH : $FLUTTER_DEBUG_INFO_PATH
8+ FLUTTER_DEBUG_INFO_PATH : build/app/outputs/symbols
99
1010jobs :
1111 security_hardening :
You can’t perform that action at this time.
0 commit comments