Files
AFFiNE-Mirror/.github/actions/setup-maker/action.yml
2023-08-02 05:03:05 +00:00

13 lines
325 B
YAML

name: Setup maker
description: 'Setup maker dmg for electron'
runs:
using: 'composite'
steps:
- name: 'Install create-dmg from brew'
if: runner.os == 'macos'
shell: bash
run: brew install create-dmg
- name: 'Build @affine/makder-dmg'
shell: bash
run: yarn nx build @affine/maker-dmg