diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c63933..2be7b0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,16 +42,14 @@ jobs: cache: 'npm' cache-dependency-path: package-lock.json - name: Install dependencies - working-directory: src/main/node run: npm ci - name: Build Electron bundles - working-directory: src/main/node run: ${{ matrix.build-command }} - name: Upload Electron artifacts uses: actions/upload-artifact@v4 with: name: ${{ matrix.artifact-name }} - path: src/main/node/dist/** + path: dist/** docker: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index ac4372c..ba4dda4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /target /.idea /.vscode +/dist *.iml local/ *.log