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" ;;