We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515a366 commit 8de5d3dCopy full SHA for 8de5d3d
1 file changed
.github/workflows/CD.yaml
@@ -122,11 +122,8 @@ jobs:
122
uses: actions/cache@v3
123
with:
124
path: |
125
- ~/.pnpm-store
126
node_modules
127
- key: ${{ runner.os }}-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
128
- restore-keys: |
129
- ${{ runner.os }}-cache-
+ key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}
130
131
### 打成压缩包
132
- name: Create Zip Package
0 commit comments