mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
add nigtly debug in ci
This commit is contained in:
2
ci.py
2
ci.py
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user