mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
feat: custom maker dmg (#3501)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Setup maker
|
||||
description: 'Setup maker dmg for electron'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Install create-dmg from brew'
|
||||
shell: bash
|
||||
run: brew install create-dmg
|
||||
- name: 'Build @affine/makder-dmg'
|
||||
shell: bash
|
||||
run: yarn nx build @affine/maker-dmg
|
||||
Reference in New Issue
Block a user