diff options
| author | 2022-07-30 12:41:30 -0400 | |
|---|---|---|
| committer | 2022-09-04 21:36:35 -0400 | |
| commit | 9dc9e501debda06ff31a3e2fe8875ffa0d94e40b (patch) | |
| tree | be2e73e0f325500908131e31b6bd946a9a9b3efe | |
| parent | mini_dump: Address review feedback (diff) | |
| download | yuzu-9dc9e501debda06ff31a3e2fe8875ffa0d94e40b.tar.gz yuzu-9dc9e501debda06ff31a3e2fe8875ffa0d94e40b.tar.xz yuzu-9dc9e501debda06ff31a3e2fe8875ffa0d94e40b.zip | |
ci/windows: Upload debugging symbols
| -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") { | |||
| 65 | # None of the other GHA builds are including source, so commenting out today | 65 | # None of the other GHA builds are including source, so commenting out today |
| 66 | #Copy-Item $MSVC_SOURCE_TARXZ -Destination "artifacts" | 66 | #Copy-Item $MSVC_SOURCE_TARXZ -Destination "artifacts" |
| 67 | 67 | ||
| 68 | # Are debug symbols important? | 68 | # Debugging symbols |
| 69 | # cp .\build\bin\yuzu*.pdb .\pdb\ | 69 | cp .\build\bin\yuzu*.pdb .\artifacts\ |
| 70 | 70 | ||
| 71 | # Write out a tag BUILD_TAG to environment for the Upload step | 71 | # Write out a tag BUILD_TAG to environment for the Upload step |
| 72 | # We're getting ${{ github.event.number }} as $env:PR_NUMBER" | 72 | # We're getting ${{ github.event.number }} as $env:PR_NUMBER" |