Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user