فهرست منبع

Update build.yml

updated directory
jimsterino98 9 ماه پیش
والد
کامیت
fce413e79d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/build.yml

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

@@ -269,8 +269,8 @@ jobs:
             LTO=thin ./build_kernel.sh || true
           elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
             chmod +x build_script.sh
-            touch "$COMMON/abi_symbollist.raw"
-            touch "$COMMON/abi_symbollist"
+            touch ./kernel-6.6/abi_symbollist.raw
+            touch ./kernel-6.6/abi_symbollist"
             ./build_script.sh
           else
             #temporarily using this until i can figure out the other phones build script issues