Browse Source

Update kernel branding script for Android versioning

James McConnell 3 months ago
parent
commit
73e224f952
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/actions/apply-kernel-branding/action.yml

+ 2 - 2
.github/actions/apply-kernel-branding/action.yml

@@ -39,6 +39,6 @@ runs:
           KERNEL_STRING="$KERNEL_PART.${{ inputs.sublevel }}-$ANDROID_PART"
           echo "echo \"$KERNEL_STRING-Wild\"" >> scripts/setlocalversion
         else
-          echo 'echo "-Wild"' >> scripts/setlocalversion
+          echo "echo \"-$ANDROID_PART-Wild\"" >> scripts/setlocalversion
         fi
-        chmod +x scripts/setlocalversion
+        chmod +x scripts/setlocalversion