update build.yml
This commit is contained in:
parent
f15b01371c
commit
86875a7dc6
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: npm install
|
||||
- name: build
|
||||
run: npm run make
|
||||
run: npm run dist
|
||||
|
||||
build_on_mac:
|
||||
runs-on: macos-latest
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: npm install
|
||||
- name: build
|
||||
run: npm run make
|
||||
run: npm run dist
|
||||
|
||||
build_on_win:
|
||||
runs-on: windows-latest
|
||||
@ -36,4 +36,4 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: npm install
|
||||
- name: build
|
||||
run: npm run make
|
||||
run: npm run dist
|
Loading…
Reference in New Issue
Block a user