mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-28 23:46:33 +00:00
dev(ci): 再 次 修 复 x2
This commit is contained in:
parent
e5767cedd7
commit
e1aa24453c
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
@ -22,13 +22,13 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: 安装依赖
|
||||
run: yarn install
|
||||
|
||||
|
||||
- name: Windows 设置镜像源
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: yarn build:win
|
||||
run: yarn config set registry https://registry.npmmirror.com/
|
||||
|
||||
|
||||
- name: 安装依赖
|
||||
run: yarn install
|
||||
|
||||
- name: Windows 构建
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
Loading…
x
Reference in New Issue
Block a user