Generate PDBs for Windows Builds

This commit is contained in:
ZeldaZach 2025-01-18 02:04:06 -05:00
parent 1392bdd258
commit c331257182
No known key found for this signature in database
2 changed files with 13 additions and 4 deletions

View file

@ -414,6 +414,12 @@ jobs:
path: ${{steps.build.outputs.path}}
if-no-files-found: error
- name: Upload pdb database
uses: actions/upload-artifact@v4
with:
name: Windows${{matrix.target}}-debug.pdb
path: "build/**/*.pdb"
- name: Upload to release
if: matrix.package != 'skip' && needs.configure.outputs.tag != null
shell: bash