Skip to content

Commit

Permalink
debug creat-dmg on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevans committed Oct 24, 2024
1 parent 5967147 commit cdef026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def set_macos_version(bundle_path, version):

if result.returncode != 0:
print(f"create-dmg command failed with error code {result.returncode}")
print(f"Error: {result.stderr}")
sys.exit(1)
print(f"Error: {result}")
# sys.exit(1)

# Delete the dist folder
print(f"Deleting dist folder")
Expand Down

0 comments on commit cdef026

Please sign in to comment.