mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
ci: fix build desktop
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
7
.github/workflows/nightly-build.yml
vendored
7
.github/workflows/nightly-build.yml
vendored
@@ -124,9 +124,12 @@ jobs:
|
||||
path: apps/electron/resources/web-static
|
||||
|
||||
- name: Build Infra
|
||||
run: yarn nx run-many -t build -p plugin-infra infra
|
||||
run: yarn run build:infra
|
||||
|
||||
- name: Build layers
|
||||
- name: Build Plugins
|
||||
run: yarn run build:plugins
|
||||
|
||||
- name: Build Desktop Layers
|
||||
run: yarn nx build @affine/electron
|
||||
|
||||
- name: Signing By Apple Developer ID
|
||||
|
||||
7
.github/workflows/release-desktop-app.yml
vendored
7
.github/workflows/release-desktop-app.yml
vendored
@@ -124,9 +124,12 @@ jobs:
|
||||
path: apps/electron/resources/web-static
|
||||
|
||||
- name: Build Infra
|
||||
run: yarn nx run-many -t build -p plugin-infra infra
|
||||
run: yarn run build:infra
|
||||
|
||||
- name: Build AFFiNE Desktop
|
||||
- name: Build Plugins
|
||||
run: yarn run build:plugins
|
||||
|
||||
- name: Build Desktop Layers
|
||||
run: yarn nx build @affine/electron
|
||||
|
||||
- name: Signing By Apple Developer ID
|
||||
|
||||
Reference in New Issue
Block a user