Skip to content

Commit 0069b17

Browse files
committed
Save the PDB file for each build.
1 parent 1d66123 commit 0069b17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ jobs:
6969
uses: actions/upload-artifact@v2
7070
with:
7171
name: Setup
72-
path: installer/output/OpenXR-Toolkit.msi
72+
path: |
73+
installer/output/OpenXR-Toolkit.msi
74+
bin/x64/Release/XR_APILAYER_MBUCCHIA_toolkit.pdb

0 commit comments

Comments
 (0)