Update build.yml

This commit is contained in:
Nicolas Constant 2023-04-13 00:52:02 -04:00 committed by GitHub
parent b1cd975422
commit ed8c935285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
- name: Npm Install
run: |
npm i
shell: bash
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1