|
|
@@ -29,12 +29,12 @@ on:
|
|
|
description: "Feature Set"
|
|
|
type: choice
|
|
|
options:
|
|
|
- - WKSU+SUSFS+BBG
|
|
|
- - WKSU+BBG
|
|
|
- - WKSU
|
|
|
+ - KSUN+SUSFS+BBG
|
|
|
+ - KSUN+BBG
|
|
|
+ - KSUN
|
|
|
- BBG
|
|
|
- None
|
|
|
- default: WKSU+SUSFS+BBG
|
|
|
+ default: KSUN+SUSFS+BBG
|
|
|
ksu_commit:
|
|
|
description: "KSU Commit (optional)"
|
|
|
type: string
|
|
|
@@ -68,7 +68,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a13-5-10:
|
|
|
@@ -81,7 +81,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a13-5-15:
|
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a14-5-15:
|
|
|
@@ -107,7 +107,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a14-6-1:
|
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a15-6-6:
|
|
|
@@ -133,7 +133,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
build-a16-6-12:
|
|
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
- feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
|
|
|
+ feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
secrets: inherit
|
|
|
|
|
|
rej:
|
|
|
@@ -232,7 +232,7 @@ jobs:
|
|
|
|
|
|
env:
|
|
|
GH_TOKEN: ${{ github.token }}
|
|
|
- RELEASE_NAME: "GKI Kernels With WKSU & SUSFS v2.0.0"
|
|
|
+ RELEASE_NAME: "GKI Kernels With KernelSU-Next & SUSFS v2.1.0"
|
|
|
RELEASE_BODY: ""
|
|
|
outputs:
|
|
|
new_tag: ${{ steps.tag.outputs.new_tag }}
|