|
@@ -54,6 +54,9 @@ on:
|
|
|
lto:
|
|
lto:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ kpm:
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: string
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
build-samsung-gki:
|
|
build-samsung-gki:
|
|
@@ -317,6 +320,7 @@ jobs:
|
|
|
uses: ./.github/actions/ak3zip-prep
|
|
uses: ./.github/actions/ak3zip-prep
|
|
|
|
|
|
|
|
- name: apply kpm
|
|
- name: apply kpm
|
|
|
|
|
+ if: inputs.kpm == 'true'
|
|
|
uses: ./.github/actions/kpm
|
|
uses: ./.github/actions/kpm
|
|
|
|
|
|
|
|
- name: Upload AnyKernel3 Artifacts
|
|
- name: Upload AnyKernel3 Artifacts
|