diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc504664..1642ed12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: 'npm run compile' + # - name: Build/release Electron app # uses: samuelmeuli/action-electron-builder@v1 # with: