mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
include nightly release dir
This commit is contained in:
2
ci.py
2
ci.py
@@ -43,7 +43,7 @@ def send_artifact_to_telegram_chat(chat_id):
|
|||||||
return
|
return
|
||||||
|
|
||||||
for each_directory in subdirectories:
|
for each_directory in subdirectories:
|
||||||
full_path = f"{artifact_directory}/{each_directory}/debug"
|
full_path = f"{artifact_directory}/{each_directory}"
|
||||||
with open(f"{full_path}/{os.listdir(full_path)[0]}", "rb") as artifact:
|
with open(f"{full_path}/{os.listdir(full_path)[0]}", "rb") as artifact:
|
||||||
send_document_to_telegram_chat(chat_id=chat_id, document=artifact)
|
send_document_to_telegram_chat(chat_id=chat_id, document=artifact)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user