diff --git a/.github/actions/setup-maker/action.yml b/.github/actions/setup-maker/action.yml new file mode 100644 index 0000000000..6861249b23 --- /dev/null +++ b/.github/actions/setup-maker/action.yml @@ -0,0 +1,16 @@ +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 + working-directory: ./apps/electron + run: yarn add @electron-forge/maker-dmg --dev + env: + HUSKY: '0' + PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' + ELECTRON_SKIP_BINARY_DOWNLOAD: '1' + SENTRYCLI_SKIP_DOWNLOAD: '1'