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