修复bug

This commit is contained in:
2023-07-01 13:09:03 +08:00
parent de15d9a1c6
commit 34424a10a4
+1 -1
View File
@@ -25,7 +25,7 @@ cd "${GITHUB_WORKSPACE}" || exit
# download kernel source # download kernel source
wget $URL wget $URL
tar -xvf "$VERSION".tar.bz2 tar -xvf "$VERSION".tar.bz2
cd "$VERSION" || exit cd linux-"$VERSION" || exit
# copy config file # copy config file
cp ../config .config cp ../config .config