fix(electron): check bundle (#3527)

This commit is contained in:
Alex Yang
2023-08-02 08:56:00 -07:00
committed by GitHub
parent db1b4d48b8
commit 33613c7041
4 changed files with 58 additions and 70 deletions

View File

@@ -431,12 +431,13 @@ jobs:
- name: Make bundle
if: ${{ matrix.spec.os == 'macos-latest' && matrix.spec.arch == 'arm64' }}
env:
SKIP_BUNDLE: true
run: yarn workspace @affine/electron make --platform=darwin --arch=arm64
- name: Bundle output check
if: ${{ matrix.spec.os == 'macos-latest' && matrix.spec.arch == 'arm64' }}
run: |
./scripts/unzip-macos-arm64.sh
yarn ts-node-esm ./scripts/macos-arm64-output-check.mts
working-directory: apps/electron