Browse Source

Enhance logging for kernel image handling

Added logging for copying kernel image to ak3 folder.
jimsterino98 2 months ago
parent
commit
3eaf09af12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/actions/ak3zip-prep/action.yml

+ 2 - 0
.github/actions/ak3zip-prep/action.yml

@@ -54,6 +54,8 @@ runs:
      # 4. Validation and Discovery Output Block
      if [ "$priority_found" = true ]; then
          echo "Successfully selected target from priority folder: $KERNEL_IMAGE"
+         echo "Copying to ak3 folder"
+         cp "$KERNEL_IMAGE" "$ANYKERNEL3/$target_name"
      else
          echo "WARNING: Could not locate '$target_name' inside your specified priority folders!"