Merge pull request #39 from Fahaxikiii/patch-2

Update get_artifacts.sh
This commit is contained in:
WWWw 2024-10-22 19:22:01 +08:00 committed by GitHub
commit 057043a791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"