mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
chore(ci): improve cache
This commit is contained in:
6
.github/workflows/build-desktop-release.yml
vendored
6
.github/workflows/build-desktop-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user