diff --git a/.github/workflows/Update Checker.yml b/.github/workflows/Update Checker.yml index c8abaf7..07d1347 100644 --- a/.github/workflows/Update Checker.yml +++ b/.github/workflows/Update Checker.yml @@ -27,7 +27,7 @@ jobs: wget https://github.com/00575/Nanopi/raw/master/common.seed -O common.seed wget https://github.com/00575/Nanopi/raw/master/r4s.config.seed -O r4s.config.seed wget -qO scripts/merge_files.sh https://github.com/00575/Nanopi/raw/master/scripts/merge_files.sh - wget -qO scripts/kernel https://github.com/00575/Nanopi/raw/master/scripts/kernel + wget -qO scripts/kernel https://github.com/00575/Nanopi/raw/master/scripts/kernel-5.15 git add . git checkout . git commit -am 'update-${{ env.date }}'