Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: 'electron-app'
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/setup-node@v4
|
||||
@ -19,7 +23,6 @@ jobs:
|
||||
with:
|
||||
node-version: 20.15.0
|
||||
- name: Install dependencies
|
||||
working-directory: 'electron-3d-app'
|
||||
run: npm install
|
||||
|
||||
- name: Electron Forge Action
|
||||
|
Reference in New Issue
Block a user