Files
AFFiNE-Mirror/.github/actions/setup-maker/action.yml
T
2023-08-01 19:20:29 +00:00

12 lines
294 B
YAML

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