Browse Source

Add kernel checking to ak3zip-prep action

Add kernel checking step to the action script.
jimsterino98 2 months ago
parent
commit
ef37b4ee96
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/actions/ak3zip-prep/action.yml

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

@@ -8,6 +8,13 @@ inputs:
 runs:
  using: composite
  steps:
+  - name: add kernel checking to script
+    shell: bash
+    run: |
+     cd "$ANYKERNEL3"
+
+     sed -i 's/do.check_boot_version=.*/do.check_boot_version=1/' anykernel.sh
+     
   - name: copy image to ak3 folder depending on branch
     shell: bash
     run: |