Parcourir la source

chore: alpha ci

GyDi il y a 2 ans
Parent
commit
10f3ba4ff4
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      .github/workflows/alpha.yml

+ 5 - 1
.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