diff --git a/build_action_xanmod.sh b/build_action_xanmod.sh index 9f01ac9..1ec0d8e 100644 --- a/build_action_xanmod.sh +++ b/build_action_xanmod.sh @@ -25,7 +25,7 @@ cd "${GITHUB_WORKSPACE}" || exit # download kernel source wget $URL tar -xvf "$VERSION".tar.bz2 -cd "$VERSION" || exit +cd linux-"$VERSION" || exit # copy config file cp ../config .config