mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
‘send_notifications.py’: Fix opening of APK file
This commit is contained in:
@@ -68,5 +68,5 @@ for commit in reversed(commits):
|
||||
send_message_to_ci_channel(message=message)
|
||||
send_silent_message_to_team_group(message=message)
|
||||
|
||||
with open(os.listdir(artifact_directory)[0], 'rb') as apk:
|
||||
with open(f'{artifact_directory}/{os.listdir(artifact_directory)[0]}', 'rb') as apk:
|
||||
send_document_to_ci_channel(document=apk)
|
||||
Reference in New Issue
Block a user