👷 监控客户端自动化构建
This commit is contained in:
parent
2d4f872b82
commit
8485fe8bd6
8
.github/workflows/client-builder.yml
vendored
8
.github/workflows/client-builder.yml
vendored
@ -24,12 +24,12 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
working-directory: client
|
working-directory: client
|
||||||
|
|
||||||
- name: Build for Linux x86
|
- name: Build for Linux x64
|
||||||
run: npm run pkglinux:x86
|
run: npm run pkglinux:x64
|
||||||
working-directory: client
|
working-directory: client
|
||||||
|
|
||||||
- name: Build for Linux ARM64
|
- name: Build for Linux arm64
|
||||||
run: npm run pkglinux:arm
|
run: npm run pkglinux:arm64
|
||||||
working-directory: client
|
working-directory: client
|
||||||
|
|
||||||
- name: Get the latest release ID
|
- name: Get the latest release ID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user