mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-27 23:52:50 +08:00
👷 构建问题
This commit is contained in:
parent
4439d0548f
commit
3b3ddf224c
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -49,15 +49,7 @@ 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-2022'
|
||||
run: |
|
||||
npm run release_win
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
@ -10,7 +10,6 @@
|
||||
"electron:build": "vue-cli-service electron:build",
|
||||
"electron:serve": "vue-cli-service electron:serve",
|
||||
"release": "vue-cli-service electron:build",
|
||||
"release_win": ".\\node_modules\\.bin\\vue-cli-service electron:serve",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"postuninstall": "electron-builder install-app-deps"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user