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"