feat: add helper process (#2753)

(cherry picked from commit 5ba2dff008)
This commit is contained in:
Peng Xiao
2023-06-13 10:01:43 +08:00
committed by himself65
parent 0490baa669
commit 83fd6fa318
74 changed files with 1002 additions and 1048 deletions

View File

@@ -121,7 +121,7 @@ jobs:
path: apps/electron/resources/web-static
- name: Build layers
run: yarn workspace @affine/electron build-layers
run: yarn workspace @affine/electron build
- name: Signing By Apple Developer ID
if: ${{ matrix.spec.platform == 'darwin' }}

View File

@@ -117,7 +117,7 @@ jobs:
path: apps/electron/resources/web-static
- name: Build layers
run: yarn workspace @affine/electron build-layers
run: yarn workspace @affine/electron build
- name: Signing By Apple Developer ID
if: ${{ matrix.spec.platform == 'darwin' }}