Parcourir la source

fix(action): update patch file for applying Kernel SUSFS patches to use the correct version

TheWildJames il y a 4 mois
Parent
commit
e7fa616589
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/actions/susfs/action.yml

+ 2 - 2
.github/actions/susfs/action.yml

@@ -56,8 +56,8 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
-        cp ${{ github.workspace }}/kernel_patches/wild/ksun-293ca01-susfs-v2.1.0-a14-6.1-ef16cbce.patch ./
-        patch -p1 < ksun-293ca01-susfs-v2.1.0-a14-6.1-ef16cbce.patch
+        cp ${{ github.workspace }}/kernel_patches/wild/ksun-4c9737a-susfs-v2.1.0-a14-6.1-ef16cbce.patch ./
+        patch -p1 < ksun-4c9737a-susfs-v2.1.0-a14-6.1-ef16cbce.patch
 
     - name: Apply Kernel SUSFS Patches
       shell: bash