From 10f3ba4ff42d9d28a98ac34eebe5623e83d8f757 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 6cfa8da..8f9d454 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