diff --git a/.github/workflows /build.yml b/.github/workflows /build.yml deleted file mode 100644 index 2158417..0000000 --- a/.github/workflows /build.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Build Electron App - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - runs-on: windows-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '20.x' - - - name: Install dependencies - run: npm install - - - name: Build Electron app for Windows - run: npm run electron:build -- --win - env: - NODE_ENV: production - - - name: Upload Build Artifacts - uses: actions/upload-artifact@v3 - with: - name: app-build - path: build/