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 72
72
uses : actions/cache@v3
73
73
with :
74
74
path : " **/node_modules"
75
- key : yarn-build-${{ hashFiles('**/yarn.lock') }}
75
+ key : yarn-build-linux-amd64- ${{ hashFiles('**/yarn.lock') }}
76
76
restore-keys : |
77
- yarn-build-
77
+ yarn-build-linux-amd64-
78
78
79
79
# NOTE: && here is deliberate - GitHub puts each line in its own `.sh`
80
80
# file when running inside a docker container.
@@ -243,9 +243,9 @@ jobs:
243
243
uses : actions/cache@v3
244
244
with :
245
245
path : " **/node_modules"
246
- key : yarn-build-${{ hashFiles('**/yarn.lock') }}
246
+ key : yarn-build-macos- ${{ hashFiles('**/yarn.lock') }}
247
247
restore-keys : |
248
- yarn-build-
248
+ yarn-build-macos-
249
249
250
250
- name : Build standalone release
251
251
run : npm run release:standalone
You can’t perform that action at this time.
0 commit comments