Update get_artifacts.sh

This commit is contained in:
手瓜一十雪 2024-08-12 15:43:57 +08:00 committed by GitHub
parent 4a4597fa61
commit 0050e31af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ output_dir="."
curl -s -X GET \
-H "Authorization: token $token" \
-L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/NapCat.Shell.zip" \
-o "$output_dir/NapCat.linux.x64.zip"
-o "$output_dir/NapCat.Shell.zip"
echo "编译产物已保存到$output_dir"
ls -lh