From 22c473efae90170ab298466406ecba2d8c6bf248 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 2 Apr 2025 01:14:27 +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 | 1 - 1 file changed, 1 deletion(-) 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文件..."