🐛 Fix: electron builder actions bug

This commit is contained in:
PiEgg
2022-01-06 00:01:26 +08:00
parent 5cb8151df7
commit 5dd6e72b50
4 changed files with 11 additions and 26 deletions

View File

@@ -48,16 +48,8 @@ jobs:
yarn
yarn global add xvfb-maybe
- name: Build & release app linux
if: matrix.os == 'ubuntu-latest'
- name: Build & release app
run: |
yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build & release app mac
if: matrix.os == 'macos-11'
run: |
yarn build --arm64
yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}