BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

fix: temporary directory for .gz files #99

Closed SanderVocke closed 8 months ago

SanderVocke commented 8 months ago

Description

See #98. Not sure about other use-cases, but on Linux when trying to upload a .sym file, symbol-upload tries to write into a temporary subdirectory which doesn't exist and therefore the upload fails.

This is a straightforward fix.

Fixes #98.

Feel free to implement this in another way if this does not capture the intent. If any unit tests/documentation if needed I'd rather leave that up to you.

Checklist

bobbyg603 commented 8 months ago

Hi @SanderVocke 👋,

Thank you for opening a PR - I've taken a quick look at this, and everything looks great! I want to test it on one of our systems, but assuming that goes well, we should have this merged shortly.

bobbyg603 commented 8 months ago

Thanks for the contribution @SanderVocke! 🚀