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
       shell: bash
-      working-directory: ${{ github.workspace }}/kernel/common/KernelSU-Next
+      working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
          for file in $(find ./kernel -maxdepth 2 -name "*.rej" -exec basename {} .rej ;); do
                 echo "Patching file: $file with fix_$file.patch"