From ae438e99018075e6db2a8aba802baea384e2d2b8 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:37:30 +0800 Subject: [PATCH] Reapply "Update get_artifacts.sh" This reverts commit 66537ec6f5beda03765f94e8995a6e59e81c7062. --- get_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index adae557..a8886d6 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/$artifact_name.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/NapCat.linux.x64.docker2.zip" -o "$output_dir/NapCat.linux.zip" ls echo "编译产物已保存到$output_dir/NapCat.linux.zip"