Преглед изворни кода

Fix directory navigation in build workflow

jimsterino98 пре 5 месеци
родитељ
комит
1cc878e9e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/build.yml

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

@@ -122,7 +122,7 @@ jobs:
           cd "$COMMON"
           cd "$COMMON"
           curl -LSs "https://raw.githubusercontent.com/WildKernels/Wild_KSU/wild/kernel/setup.sh" | bash -s canary
           curl -LSs "https://raw.githubusercontent.com/WildKernels/Wild_KSU/wild/kernel/setup.sh" | bash -s canary
 
 
-          cd ..
+          cd "$GITHUB_WORKSPACE"
           cat >> "$DEFCONFIG" << 'EOF'
           cat >> "$DEFCONFIG" << 'EOF'
           # KernelSU Configuration
           # KernelSU Configuration
           CONFIG_KSU=y
           CONFIG_KSU=y