From 90b842be3a2bbec917ba76c0e58c0e529fcfae9e Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:42:47 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 337d716..3929813 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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