File tree Expand file tree Collapse file tree 7 files changed +40
-8
lines changed Expand file tree Collapse file tree 7 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/cache@v4
27
27
with :
28
28
path : |
29
- build
29
+ .dart_tool/
30
+ build/
31
+ .flutter-plugins
32
+ .flutter-plugins-dependencies
33
+ pubspec.lock
30
34
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
31
35
restore-keys : |
32
36
${{ runner.OS }}-saber-
Original file line number Diff line number Diff line change 28
28
uses : actions/cache@v4
29
29
with :
30
30
path : |
31
- build
31
+ .dart_tool/
32
+ build/
33
+ .flutter-plugins
34
+ .flutter-plugins-dependencies
35
+ pubspec.lock
32
36
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
33
37
restore-keys : |
34
38
${{ runner.OS }}-saber-
@@ -105,7 +109,11 @@ jobs:
105
109
uses : actions/cache@v4
106
110
with :
107
111
path : |
108
- build
112
+ .dart_tool/
113
+ build/
114
+ .flutter-plugins
115
+ .flutter-plugins-dependencies
116
+ pubspec.lock
109
117
key : ${{ runner.OS }}-saberfoss-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
110
118
restore-keys : |
111
119
${{ runner.OS }}-saberfoss-
Original file line number Diff line number Diff line change 32
32
uses : actions/cache@v4
33
33
with :
34
34
path : |
35
- build
35
+ .dart_tool/
36
+ build/
37
+ .flutter-plugins
38
+ .flutter-plugins-dependencies
39
+ pubspec.lock
36
40
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
37
41
restore-keys : |
38
42
${{ runner.OS }}-saber-
Original file line number Diff line number Diff line change 43
43
uses : actions/cache@v4
44
44
with :
45
45
path : |
46
- build
46
+ .dart_tool/
47
+ build/
48
+ .flutter-plugins
49
+ .flutter-plugins-dependencies
50
+ pubspec.lock
47
51
key : ${{ runner.OS }}-${{ matrix.arch.cache-name }}-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
48
52
restore-keys : |
49
53
${{ runner.OS }}-${{ matrix.arch.cache-name }}-
Original file line number Diff line number Diff line change 32
32
uses : actions/cache@v4
33
33
with :
34
34
path : |
35
- build
35
+ .dart_tool/
36
+ build/
37
+ .flutter-plugins
38
+ .flutter-plugins-dependencies
39
+ pubspec.lock
36
40
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
37
41
restore-keys : |
38
42
${{ runner.OS }}-saber-
Original file line number Diff line number Diff line change 22
22
uses : actions/cache@v4
23
23
with :
24
24
path : |
25
- build
25
+ .dart_tool/
26
+ build/
27
+ .flutter-plugins
28
+ .flutter-plugins-dependencies
29
+ pubspec.lock
26
30
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
27
31
restore-keys : |
28
32
${{ runner.OS }}-saber-
Original file line number Diff line number Diff line change 27
27
uses : actions/cache@v4
28
28
with :
29
29
path : |
30
- build
30
+ .dart_tool/
31
+ build/
32
+ .flutter-plugins
33
+ .flutter-plugins-dependencies
34
+ pubspec.lock
31
35
key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
32
36
restore-keys : |
33
37
${{ runner.OS }}-saber-
You can’t perform that action at this time.
0 commit comments