Skip to content

Commit

Permalink
added more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Litvinenko committed May 2, 2024
1 parent f0dd7a8 commit f7a8d2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,9 @@ def main(github_token, branch):
release_files_in_dir(github, prebuilt_repo, release_dir, version)
os.remove(filepath)
os.remove(release_dir)
except:
print(f'Faild to process release {version} {link + asset_name}')
except Exception as ex:
print(f'Faild to process release {version} {link}')
print(ex)
continue

parser = argparse.ArgumentParser(description='Airship prebuil library action')
Expand Down

0 comments on commit f7a8d2e

Please sign in to comment.