From adf9405fd7c06c241c575e5d983ecc98c1ef2fe4 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 21 Nov 2022 23:19:25 +0800 Subject: [PATCH] chore: alpha ci --- .github/workflows/alpha.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6cfa8dac..8f9d4548 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -2,6 +2,10 @@ name: Alpha CI on: workflow_dispatch: + inputs: + debug: + type: boolean + default: false env: CARGO_INCREMENTAL: 0 @@ -71,7 +75,7 @@ jobs: releaseName: "Clash Verge Alpha" releaseBody: "Alpha Version (include debug)" releaseDraft: false - includeDebug: true + includeDebug: ${{ github.event.inputs.debug }} prerelease: true # - name: Portable Bundle