From d787b8dc8bbcd26caba8bf4d87040a0fe8b288a9 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 1 Dec 2025 13:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD=E4=BB=A5=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=92=8C=E5=8F=91=E5=B8=83=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index cdc2e582..073fbe78 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -78,6 +78,7 @@ jobs: # Build Debug - name: Build debug app + if: github.event.inputs.build-debug == 'true' uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -103,6 +104,7 @@ jobs: path: TeyvatGuide_${{ env.COMMIT_HASH }}_arm-debug.dmg # Build Release - name: Build app + if: github.event.inputs.build-release == 'true' uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}