diff --git a/.github/workflows/wsa-kernel.yml b/.github/workflows/wsa-kernel.yml index c5fbac7a8..a92e917c9 100644 --- a/.github/workflows/wsa-kernel.yml +++ b/.github/workflows/wsa-kernel.yml @@ -226,7 +226,7 @@ jobs: sed -i 's/-dirty//' ./scripts/setlocalversion sed -i 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-Wild+"/' ./scripts/setlocalversion - cp configs/wsa/config-wsa-x64 $KERNEL_ROOT/.config + cp ./configs/wsa/config-wsa-x64 ./.config make olddefconfig make -j`nproc` LLVM=1 bzImage