mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
chore(ci): add windows cache
This commit is contained in:
7
.github/workflows/build-desktop-release.yml
vendored
7
.github/workflows/build-desktop-release.yml
vendored
@@ -124,6 +124,13 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn install --frozen-lockfile && yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
Reference in New Issue
Block a user