|
|
@@ -8,6 +8,7 @@ on:
|
|
|
workflow_dispatch:
|
|
|
inputs:
|
|
|
release_type:
|
|
|
+ description: "Release Type"
|
|
|
type: choice
|
|
|
options:
|
|
|
- Action
|
|
|
@@ -15,6 +16,7 @@ on:
|
|
|
- Release
|
|
|
default: Action
|
|
|
kernel_build_version:
|
|
|
+ description: "Kernel Version"
|
|
|
type: choice
|
|
|
options:
|
|
|
- All
|
|
|
@@ -27,6 +29,7 @@ on:
|
|
|
- android16-6.12
|
|
|
default: All
|
|
|
root_flavor:
|
|
|
+ description: "Root Flavor"
|
|
|
type: choice
|
|
|
options:
|
|
|
- none
|
|
|
@@ -35,36 +38,47 @@ on:
|
|
|
- ReSukiSU
|
|
|
default: KernelSU-Next
|
|
|
use_susfs:
|
|
|
+ description: "SUSFS"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_nomount:
|
|
|
+ description: "NoMount"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_bbg:
|
|
|
+ description: "Baseband Guard"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_net:
|
|
|
+ description: "Networking"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ds:
|
|
|
+ description: "DroidSpaces"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ntsync:
|
|
|
+ description: "NTSync"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ptrace:
|
|
|
+ description: "Ptrace Patch"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_unicode:
|
|
|
+ description: "Unicode Fix"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_btf:
|
|
|
+ description: "BTF"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_perf:
|
|
|
+ description: "Performance"
|
|
|
type: boolean
|
|
|
default: false
|
|
|
brand_name:
|
|
|
+ description: "Kernel Branding"
|
|
|
type: string
|
|
|
default: Wild
|
|
|
|