add nigtly debug in ci

This commit is contained in:
MrSluffy
2024-12-18 20:19:48 +08:00
parent ab344594ff
commit 683c17dcbf
2 changed files with 2 additions and 2 deletions

2
ci.py
View File

@@ -43,7 +43,7 @@ def send_artifact_to_telegram_chat(chat_id):
return
for each_directory in subdirectories:
full_path = f"{artifact_directory}/{each_directory}"
full_path = f"{artifact_directory}/{each_directory}/debug"
with open(f"{full_path}/{os.listdir(full_path)[0]}", "rb") as artifact:
send_document_to_telegram_chat(chat_id=chat_id, document=artifact)