update build.yml

This commit is contained in:
Thomas Roque 2023-05-01 15:07:54 +02:00
parent f15b01371c
commit 86875a7dc6

View File

@ -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