File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 id : cache-restore
111111 uses : actions/cache/restore@v3
112112 with :
113- key : ${{ runner.os }}-${{ hashFiles('source/Packer/**') }}
113+ key : ${{ runner.os }}-Packer- ${{ hashFiles('source/Packer/**') }}
114114 path : |
115115 Packer.exe
116116 git2-*.dll
@@ -168,7 +168,7 @@ jobs:
168168 id : cache-restore
169169 uses : actions/cache/restore@v3
170170 with :
171- key : ${{ runner.os }}-${{ hashFiles('source/Uploader/**') }}
171+ key : ${{ runner.os }}-Uploader- ${{ hashFiles('source/Uploader/**') }}
172172 path : Uploader.exe
173173 fail-on-cache-miss : true # 前一步理应构造过的。如果不命中,肯定有问题,不如直接挂掉。
174174
Original file line number Diff line number Diff line change 6262 id : cache-restore
6363 uses : actions/cache/restore@v3
6464 with :
65- key : ${{ runner.os }}-${{ hashFiles('src/Packer/**') }}
65+ key : ${{ runner.os }}-Packer- ${{ hashFiles('src/Packer/**') }}
6666 path : |
6767 Packer.exe
6868 git2-*.dll
You can’t perform that action at this time.
0 commit comments