mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix dSYM path
This commit is contained in:
parent
463f665675
commit
9f3e64bbe2
@ -622,7 +622,7 @@ def build(bazel, arguments):
|
||||
sys.exit(1)
|
||||
shutil.copyfile(ipa_paths[0], artifacts_path + '/Telegram.ipa')
|
||||
|
||||
dsym_paths = glob.glob('bazel-bin/Telegram/**/.dSYM')
|
||||
dsym_paths = glob.glob('bazel-bin/Telegram/**/*.dSYM')
|
||||
for dsym_path in dsym_paths:
|
||||
file_name = os.path.basename(dsym_path)
|
||||
shutil.copytree(dsym_path, artifacts_path + '/DSYMs/{}'.format(file_name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user