Skip to content

Commit

Permalink
chore: alpha ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 21, 2022
1 parent 3cd2be5 commit 10f3ba4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Alpha CI

on:
workflow_dispatch:
inputs:
debug:
type: boolean
default: false

env:
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10f3ba4

Please sign in to comment.