diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05aef5a..4549d98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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