diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-09-16 12:47:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-16 12:47:51 -0400 |
| commit | 44ccec78463ec5b177fa027866b8923a71dbba88 (patch) | |
| tree | f00144f557a953df761f973d2baaaa34a35d1f3f /.ci/scripts/windows/upload.ps1 | |
| parent | 882dfa36ae25fc6d0167c2c0fbce1e19c1406fae (diff) | |
| parent | 9dc9e501debda06ff31a3e2fe8875ffa0d94e40b (diff) | |
Merge pull request #8682 from lat9nq/dumpy
yuzu qt: Add option to create Windows crash dumps
Diffstat (limited to '.ci/scripts/windows/upload.ps1')
| -rw-r--r-- | .ci/scripts/windows/upload.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1 index d463281de..21abcd752 100644 --- a/.ci/scripts/windows/upload.ps1 +++ b/.ci/scripts/windows/upload.ps1 @@ -65,8 +65,8 @@ if ("$env:GITHUB_ACTIONS" -eq "true") { # None of the other GHA builds are including source, so commenting out today #Copy-Item $MSVC_SOURCE_TARXZ -Destination "artifacts" - # Are debug symbols important? - # cp .\build\bin\yuzu*.pdb .\pdb\ + # Debugging symbols + cp .\build\bin\yuzu*.pdb .\artifacts\ # Write out a tag BUILD_TAG to environment for the Upload step # We're getting ${{ github.event.number }} as $env:PR_NUMBER" |
