Skip to content

Commit

Permalink
some debug output for sentry upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Oct 17, 2024
1 parent c24536b commit 43b565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slobs_CI/sentry-osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def process_sentry(directory):
print(f"Warning: Environment variable {var} is not set!")

# Upload obs debug files
process_sentry(os.path.join(os.environ.get('PWD', ''), os.environ.get('InstallPath', '')))
process_sentry(os.path.join(os.environ.get('PWD', ''), "build" , os.environ.get('InstallPath', '')))

0 comments on commit 43b565b

Please sign in to comment.