diff --git a/get_artifacts.sh b/get_artifacts.sh index 4eaa769..437f392 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -13,7 +13,7 @@ curl -s -X GET \ # 下载packet-server curl -s -X GET \ -H "Authorization: token $token" \ - -L "https://github.com/NapNeko/NapCatQQ/releases/download/v3.0.0/napcat.packet.linux" \ + -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/napcat.packet.linux" \ -o "$output_dir/napcat.packet.linux" echo "编译产物已保存到$output_dir"