mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
13 lines
325 B
YAML
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
|