From 40f9d781b8b4d9e3b7ed83944db5f7d7ce9788e5 Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:47:27 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3929813..bfd73bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,8 @@ jobs: with: node-version: 20.15.0 - name: Install dependencies - run: | - cd electron-3d-app - npm install + working-directory: './electron-3d-app' + run: npm install - name: Electron Forge Action uses: yinxulai/actions-electron-forge@0.05