ci: remove setup-maker to reduce release duration (#4710)

This commit is contained in:
LongYinan
2023-10-24 18:09:40 +08:00
committed by GitHub
parent 551287ab44
commit b13705ba3d
6 changed files with 281 additions and 29 deletions
-15
View File
@@ -1,15 +0,0 @@
name: Setup maker
description: 'Setup maker dmg for electron'
runs:
using: 'composite'
steps:
- name: 'Install @electron-forge/maker-dmg'
if: runner.os == 'macos'
shell: bash
run: yarn workspace @affine/electron add @electron-forge/maker-dmg --dev
env:
HUSKY: '0'
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
SENTRYCLI_SKIP_DOWNLOAD: '1'