diff --git a/OpenWrt/upload.sh b/OpenWrt/upload.sh index ac9bac6..3098aaa 100644 --- a/OpenWrt/upload.sh +++ b/OpenWrt/upload.sh @@ -3,7 +3,6 @@ set -e # 配置参数 REPO="oppen321/ZeroWrt-Action" -DATE_VERSION=$(date +%Y%m%d) # 添加日期变量 # 1. 下载GitHub Release文件 echo "➜ 下载GitHub Release文件..."