Skip to content

Commit

Permalink
remove deleting all files at script end
Browse files Browse the repository at this point in the history
as the files are used at the end of the build action
  • Loading branch information
Buckminsterfullerene02 committed May 31, 2024
1 parent 162b81c commit 7f0558a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/buildscripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ def cleanup(self):
shutil.rmtree(self.staging_dev, ignore_errors=True)
shutil.rmtree(self.staging_release, ignore_errors=True)

def __del__(self):
shutil.rmtree(self.release_output, ignore_errors=True)

changelog_path = 'assets/Changelog.md'

# Outputs to GitHub env if present
Expand Down

0 comments on commit 7f0558a

Please sign in to comment.