Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-01 14:48:17 +02:00
committed by GitHub
parent 40f9d781b8
commit 2b29e35c50

View File

@ -19,7 +19,7 @@ jobs:
with:
node-version: 20.15.0
- name: Install dependencies
working-directory: './electron-3d-app'
working-directory: 'electron-3d-app'
run: npm install
- name: Electron Forge Action
@ -27,4 +27,4 @@ jobs:
with:
# GitHub authentication token
github_token: ${{ secrets.github_token }}
package_root: './electron-3d-app'
package_root: 'electron-3d-app'