ci: fix kernel build (#137)

This commit is contained in:
Ylarod
2023-01-29 13:00:47 +08:00
committed by GitHub
parent 0e651fdc99
commit a986251773
2 changed files with 9 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ jobs:
version: android12-5.10
version_name: android12-5.10.${{ matrix.sub_level }}
tag: android12-5.10-${{ matrix.os_patch_level }}
os_patch_level: ${{ matrix.os_patch_level }}
patch_path: "5.10"
upload-artifacts:
needs: build-kernel
@@ -110,4 +111,5 @@ jobs:
version: android12-5.10
version_name: android12-5.10.101
tag: android12-5.10-2022-05
os_patch_level: 2022-05
patch_path: "5.10"

View File

@@ -21,6 +21,13 @@ on:
description: >
Part of branch name of common kernel manifest,
for example: android12-5.10-2021-11
os_patch_level:
required: false
type: string
description: >
Patch level of common kernel manifest,
for example: 2021-11
default: 2022-05
patch_path:
required: true
type: string