From 0050e31af2d4552510d2501be08341729e9af890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 12 Aug 2024 15:43:57 +0800 Subject: [PATCH] Update get_artifacts.sh --- get_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index 5ea28a5..3ef71e0 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -9,7 +9,7 @@ output_dir="." curl -s -X GET \ -H "Authorization: token $token" \ -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/NapCat.Shell.zip" \ - -o "$output_dir/NapCat.linux.x64.zip" + -o "$output_dir/NapCat.Shell.zip" echo "编译产物已保存到$output_dir" ls -lh