mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 22:39:45 +08:00
👷 构建问题
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user