Przeglądaj źródła

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 miesięcy temu
rodzic
commit
cbb0af0692
1 zmienionych plików z 1 dodań i 1 usunięć
  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