From 21163b22779ccd18c8ccadca96c2d17d894eacfa Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 13 Jan 2022 20:13:50 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35f8bf0..d14fbcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,9 +55,9 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - - name: Build & release app - if: matrix.os == 'windows-2019' - run: | - npm run release_win - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + - name: Build & release app + if: matrix.os == 'windows-2019' + run: | + npm run release_win + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }}