From 66537ec6f5beda03765f94e8995a6e59e81c7062 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, 6 May 2024 17:14:02 +0800 Subject: [PATCH] Revert "Update get_artifacts.sh" This reverts commit ee2f7f74eb90b5c556ae1bdb4d6552cdd437c123. --- get_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index a8886d6..adae557 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -7,6 +7,6 @@ artifact_name="NapCat.linux.$ARCH_DOWN" output_dir="." echo "当前架构$ARCH_DOWN" # 下载release -curl -s -X GET -H "Authorization: token $token" -L "https://github.com/NapNeko/NapCatQQ/releases/download/v1.2.0/NapCat.linux.x64.docker2.zip" -o "$output_dir/NapCat.linux.zip" +curl -s -X GET -H "Authorization: token $token" -L "https://github.com/NapNeko/NapCatQQ/releases/download/v1.2.0/$artifact_name.zip" -o "$output_dir/NapCat.linux.zip" ls echo "编译产物已保存到$output_dir/NapCat.linux.zip"