From a69a63cab0c069463784c1a0b47fe63c7a65ff76 Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:53:14 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8afbbb..8b85f07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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