Skip to content

Commit 8e69169

Browse files
committed
hotfix1
1 parent 46c864d commit 8e69169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/packer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pr-packer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)