From ef00554c34f60ada8afa34b0c0b6438a775b4001 Mon Sep 17 00:00:00 2001 From: andykingnexus <63296999+andykingnexus@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:04:19 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4314657b5..dba3de2027 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ env: # 您的 ImmortalWrt 仓库作为源代码 REPO_URL: https://github.com/VIKINGYFY/immortalwrt REPO_BRANCH: main - CONFIG_FILE: nikki.config + CONFIG_FILE: ax18nano.config FIRMWARE_NAME: immortalwrt-ax18 TZ: Asia/Shanghai @@ -48,7 +48,7 @@ jobs: path: | ccache dl - key: ${{ runner.os }}-immortalwrt-${{ hashFiles('nikki.config', 'custom-files/**') }} + key: ${{ runner.os }}-immortalwrt-${{ hashFiles('ax18nano.config', 'custom-files/**') }} restore-keys: | ${{ runner.os }}-immortalwrt-