mirror of https://github.com/BOINC/boinc.git
[Windows][CI] Upload PDB files
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
c0b5a52ff4
commit
1f69bb5d68
|
@ -106,6 +106,11 @@ jobs:
|
|||
with:
|
||||
name: win_manager_${{ matrix.platform }}_${{ github.event.pull_request.head.sha }}
|
||||
path: deploy/win_manager.7z
|
||||
- name: Upload symbol files
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: win_pdb_${{ matrix.platform }}_${{ github.event.pull_request.head.sha }}
|
||||
path: win_build/Build/${{ matrix.platform }}/${{ matrix.configuration }}/*.pdb
|
||||
|
||||
- name: Upload Google Tests Results
|
||||
if: always() && matrix.platform == 'x64'
|
||||
|
|
Loading…
Reference in New Issue