From 232db33224f2e45a3aefa703c8bd1ee1aff1f5e8 Mon Sep 17 00:00:00 2001 From: 00575 <75769819+00575@users.noreply.github.com> Date: Mon, 9 May 2022 12:33:10 +0800 Subject: [PATCH] Update Update Checker.yml --- .github/workflows/Update Checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}'