chore(ci): improve cache

pull/1237/head
defclass 2021-02-02 13:33:30 +08:00
parent e728f22851
commit ab25acdda5
1 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ jobs:
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-node-modules
- name: Build/Release Electron App
run: yarn install --frozen-lockfile && yarn electron:make
@ -141,7 +141,7 @@ jobs:
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-node-modules
- name: Build/Release Electron app
run: yarn install --frozen-lockfile && yarn electron:make
@ -193,7 +193,7 @@ jobs:
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-node-modules
- name: Build/Release Electron App
run: yarn install --frozen-lockfile && yarn electron:make