Browse Source

Update build.yml

jimsterino98 4 months ago
parent
commit
1daa5d248b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -138,7 +138,7 @@ jobs:
         if: inputs.wksu == 'true'
         if: inputs.wksu == 'true'
         run: |
         run: |
           cd "$COMMON"
           cd "$COMMON"
-          curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s
+          curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s stable
 
 
           cd "$GITHUB_WORKSPACE"
           cd "$GITHUB_WORKSPACE"
           cat >> "$GKI_DEFCONFIG" << 'EOF'
           cat >> "$GKI_DEFCONFIG" << 'EOF'
@@ -217,7 +217,7 @@ jobs:
            
            
           # Apply SUSFS to kernel
           # Apply SUSFS to kernel
 
 
-          cd "$COMMON"
+          cd ..
           
           
           cp "$SUSFS4KSU/kernel_patches/fs/"* ./fs/
           cp "$SUSFS4KSU/kernel_patches/fs/"* ./fs/
           cp "$SUSFS4KSU/kernel_patches/include/linux/"* ./include/linux/
           cp "$SUSFS4KSU/kernel_patches/include/linux/"* ./include/linux/