TheWildJames пре 4 месеци
родитељ
комит
0516bc67f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/actions/susfs/action.yml

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

@@ -89,7 +89,7 @@ runs:
 
 
     - name: Apply KSU SUSFS Patches
     - name: Apply KSU SUSFS Patches
       shell: bash
       shell: bash
-      working-directory: ${{ github.workspace }}/kernel/common/KernelSU-Next
+      working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
       run: |
          for file in $(find ./kernel -maxdepth 2 -name "*.rej" -exec basename {} .rej ;); do
          for file in $(find ./kernel -maxdepth 2 -name "*.rej" -exec basename {} .rej ;); do
                 echo "Patching file: $file with fix_$file.patch"
                 echo "Patching file: $file with fix_$file.patch"