소스 검색

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