mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
🎨 Update CD script
This commit is contained in:
parent
9fba19866d
commit
2acea3dc8f
1 changed files with 1 additions and 7 deletions
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
|
|
@ -158,14 +158,10 @@ jobs:
|
||||||
- name: Install Node Dependencies
|
- name: Install Node Dependencies
|
||||||
run: pnpm install --no-frozen-lockfile
|
run: pnpm install --no-frozen-lockfile
|
||||||
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
||||||
env:
|
|
||||||
COREPACK_ENABLE_STRICT: 0
|
|
||||||
|
|
||||||
- name: Building UI
|
- name: Building UI
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
||||||
env:
|
|
||||||
COREPACK_ENABLE_STRICT: 0
|
|
||||||
|
|
||||||
- name: Remove Build Directory
|
- name: Remove Build Directory
|
||||||
uses: JesseTG/rm@v1.0.2
|
uses: JesseTG/rm@v1.0.2
|
||||||
|
|
@ -210,8 +206,6 @@ jobs:
|
||||||
- name: Building Electron
|
- name: Building Electron
|
||||||
run: pnpm run ${{ matrix.config.electron_args }}
|
run: pnpm run ${{ matrix.config.electron_args }}
|
||||||
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
|
||||||
env:
|
|
||||||
COREPACK_ENABLE_STRICT: 0
|
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue