From b3ed772baf89e5ab9aa792de290dc20db78ca021 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 2 Apr 2025 00:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20OpenWrt/upload.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- OpenWrt/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenWrt/upload.sh b/OpenWrt/upload.sh index c50b874..c528472 100644 --- a/OpenWrt/upload.sh +++ b/OpenWrt/upload.sh @@ -9,7 +9,7 @@ TAG="OpenWrt-X86_64-24.10" echo "➜ 下载GitHub Release文件..." # 根据架构选择对应的tag -case "$matrix.model" in +case "$model" in "x86_64") TAG="OpenWrt-X86_64-24.10" ;;