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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-2019]
|
||||
os: [macos-latest, windows-2022]
|
||||
|
||||
# create steps
|
||||
steps:
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build & release app
|
||||
if: matrix.os == 'windows-2019'
|
||||
if: matrix.os == 'windows-2022'
|
||||
run: |
|
||||
npm run release_win
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user