ci: fix build desktop

This commit is contained in:
Alex Yang
2023-06-30 17:06:44 +08:00
parent 92e5b3d937
commit bba27fb02e
6 changed files with 21 additions and 8 deletions

View File

@@ -374,8 +374,16 @@ jobs:
run: yarn nx test @affine/monorepo
env:
NATIVE_TEST: 'true'
- name: Build AFFiNE Desktop
- name: Build Infra
run: yarn run build:infra
- name: Build Plugins
run: yarn run build:plugins
- name: Build Desktop Layers
run: yarn nx build @affine/electron
- name: Download static resource artifact
uses: actions/download-artifact@v3
with: