Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-01 14:59:48 +02:00
committed by GitHub
parent 2b29e35c50
commit 97b43b7f23

View File

@ -10,6 +10,10 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
defaults:
run:
working-directory: 'electron-app'
steps:
- name: Check out Git repository
uses: actions/setup-node@v4
@ -19,7 +23,6 @@ jobs:
with:
node-version: 20.15.0
- name: Install dependencies
working-directory: 'electron-3d-app'
run: npm install
- name: Electron Forge Action