mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: windows release doesn't include git
This commit is contained in:
22
.github/workflows/build-desktop-release.yml
vendored
22
.github/workflows/build-desktop-release.yml
vendored
@@ -140,15 +140,23 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
# - name: Cache Node Modules
|
||||
# uses: actions/cache@v2
|
||||
# with:
|
||||
# path: |
|
||||
# **/node_modules
|
||||
# key: ${{ runner.os }}-node-modules
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: ${{ runner.os }}-node-modules
|
||||
|
||||
- name: Deps Electron app
|
||||
run: yarn install
|
||||
working-directory: ./static
|
||||
|
||||
- name: Fix Deps Electron app
|
||||
run: yarn run postinstall
|
||||
working-directory: ./static/node_modules/dugite/
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn install && yarn electron:make
|
||||
run: yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
- name: Change Artifact Name
|
||||
|
||||
Reference in New Issue
Block a user