Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-02 10:53:14 +02:00
committed by GitHub
parent 326545b3d0
commit a69a63cab0

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout repository
@ -20,7 +20,9 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm ci
run: |
npm ci
npm i appdmg --save-optional
working-directory: electron-3d-app
- name: Package application with Electron Forge