Browse Source

ci(build): use options menu for android

Andelf 3 years ago
parent
commit
2d1fb05117
1 changed files with 7 additions and 3 deletions
  1. 7 3
      .github/workflows/build-android.yml

+ 7 - 3
.github/workflows/build-android.yml

@@ -7,10 +7,14 @@ on:
   workflow_dispatch:
     inputs:
       build-target:
-        description: 'Build Target ("nightly"/"beta"/"non-release")'
-        type: string
+        description: 'Build Target (Release Type)'
+        type: choice
         required: true
-        default: "beta"
+        options:
+          - beta
+          - nightly
+          - non-release
+        default: "non-release"
       git-ref:
         description: "Build from Git Ref(master)"
         required: true