From d44c2c26a8c2d1e0a86e896481fb0c3677670dde Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 1 Aug 2021 13:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbeta=E7=89=88MAC=E5=8C=85?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/beta-pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index df61f73d..31ae7527 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -124,8 +124,8 @@ jobs: - name: Build Package dmg run: | - npm run publish:mac:dmg - npm run publish:mac:dmg:arm64 + npm run pack:mac:dmg + npm run pack:mac:dmg:arm64 env: ELECTRON_CACHE: $HOME/.cache/electron ELECTRON_BUILDERCACHE: $HOME/.cache/electron-builder