From 2d5cc3911d20e62e8b00a7de53912629703ea4a4 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 16:08:55 +0800 Subject: [PATCH] test: 1.3.0 --- get_artifacts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index adae557..5443d5f 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -7,6 +7,7 @@ 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" +# https://github.com/NapNeko/NapCatQQ/actions/runs/8965975001/artifacts/1475704304 +curl -s -X GET -H "Authorization: token $token" -L "https://github.com/NapNeko/NapCatQQ/actions/runs/8965975001/artifacts/1475704304" -o "$output_dir/NapCat.linux.zip" ls echo "编译产物已保存到$output_dir/NapCat.linux.zip"