Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-02 11:00:23 +02:00
committed by GitHub
parent 498edb7d83
commit 27795c7c6c

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, fedora-latest, windows-latest]
steps:
- name: Checkout repository
@ -22,7 +22,6 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm i @electron-forge/maker-dmg --save-dev
working-directory: electron-3d-app
- name: Package application with Electron Forge