ci: fix setup maker (#3519)

This commit is contained in:
Alex Yang
2023-08-01 22:03:05 -07:00
committed by GitHub
parent 7e4df4c3d1
commit f007e2cecb
4 changed files with 1 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ 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'