BugSplat-Git / symbol-upload

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

fix: add windows compatibility #114

Closed bobbyg603 closed 5 months ago

bobbyg603 commented 5 months ago

Description

Use pwsh as runner, according to ChatGPT it's available on Windows, macOS, and Linux GitHub Actions runners. Also updated test action to run on windows-latest, ubuntu-latest, and macos-latest to verify.

Checklist