瀏覽代碼

ci(workflows): include KSU variant in build job name format

Update the build job name in the workflow to incorporate the KSU variant, enhancing clarity and consistency in build outputs. This change ensures that the build naming convention reflects all relevant variant information, improving the overall build process.
TheWildJames 9 月之前
父節點
當前提交
cbb0af0692
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -30,7 +30,7 @@ on:
 
 jobs:
   build-gki:
-    name: "${{ inputs.kernel_version }}.${{ inputs.sub_level }}-${{ inputs.android_version }}-${{ inputs.os_patch_level }} (${{ matrix.build_type }})"
+    name: "${{ inputs.kernel_version }}.${{ inputs.sub_level }}-${{ inputs.android_version }}-${{ inputs.os_patch_level }}-${{ matrix.build_type }}-${{ inputs.ksu_variant }}"
     runs-on: ubuntu-latest
     strategy:
       fail-fast: false