mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-21 20:05:12 +08:00
👷 构建问题
This commit is contained in:
parent
21163b2277
commit
4439d0548f
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-2019]
|
os: [macos-latest, windows-2022]
|
||||||
|
|
||||||
# create steps
|
# create steps
|
||||||
steps:
|
steps:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Build & release app
|
- name: Build & release app
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
npm run release_win
|
npm run release_win
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user