Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-01 14:42:47 +02:00
committed by GitHub
parent e90743008b
commit 90b842be3a

View File

@ -19,7 +19,9 @@ jobs:
with:
node-version: 20.15.0
- name: Install dependencies
run: npm i
run: |
cd electron-3d-app
npm install
- name: Electron Forge Action
uses: yinxulai/actions-electron-forge@0.05