瀏覽代碼

ci: move kernel branding box below kernel version, above root flavor

TheWildJames 3 周之前
父節點
當前提交
faa0f98a1c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -28,6 +28,10 @@ on:
           - android15-6.6
           - android16-6.12
         default: All
+      brand_name:
+        description: "Kernel Branding"
+        type: string
+        default: Wild
       root_flavor:
         description: "Root Flavor"
         type: choice
@@ -77,10 +81,6 @@ on:
         description: "Performance"
         type: boolean
         default: false
-      brand_name:
-        description: "Kernel Branding"
-        type: string
-        default: Wild
 
 jobs:
   prepare-ccache: