From dbf2ed4a56ea9fbff0860bf868426ebca1aa71bf Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 9 Dec 2023 12:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E5=A2=9E=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3967eb26..fc7d1f2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: settings: - platform: macos-latest args: "--target universal-apple-darwin" + - platform: windows-latest + args: "--verbose" runs-on: ${{ matrix.platform }} steps: @@ -49,6 +51,7 @@ jobs: # TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} # TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: + args: ${{ matrix.settings.args }} tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: v__VERSION__-beta releaseBody: |