Skip to content

Commit

Permalink
🎨 Update CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Apr 20, 2024
1 parent 6f849be commit 1a082ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

create_release:
name: Create Release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -158,6 +157,8 @@ jobs:
- name: Building UI
run: pnpm run build
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
env:
COREPACK_ENABLE_STRICT: 0

- name: Remove Build Directory
uses: JesseTG/rm@v1.0.2
Expand Down Expand Up @@ -202,6 +203,8 @@ jobs:
- name: Building Electron
run: pnpm run ${{ matrix.config.electron_args }}
working-directory: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app
env:
COREPACK_ENABLE_STRICT: 0

- name: Upload Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 1a082ff

Please sign in to comment.