Răsfoiți Sursa

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 luni în urmă
părinte
comite
cbb0af0692
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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