From 3b3ddf224cb2f573be766cf17fcf1c0777ba2b69 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 13 Jan 2022 20:32:55 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 8 -------- package.json | 1 - 2 files changed, 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bbadf8..4600227 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,15 +49,7 @@ jobs: yarn global add xvfb-maybe - name: Build & release app - if: matrix.os == 'macos-latest' run: | npm run release env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - - - name: Build & release app - if: matrix.os == 'windows-2022' - run: | - npm run release_win - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/package.json b/package.json index 991fad3..d13c6a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "electron:build": "vue-cli-service electron:build", "electron:serve": "vue-cli-service electron:serve", "release": "vue-cli-service electron:build", - "release_win": ".\\node_modules\\.bin\\vue-cli-service electron:serve", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps" },