👷 构建问题

This commit is contained in:
muwoo
2022-01-13 20:12:27 +08:00
parent 06596d87ae
commit 480aaf2970
2 changed files with 12 additions and 3 deletions

View File

@@ -49,7 +49,15 @@ jobs:
yarn global add xvfb-maybe
- name: Build & release app
if: matrix.os == 'macos-latest'
run: |
npm run release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build & release app
if: matrix.os == 'windows-2019'
run: |
npm run release_win
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}