mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Improve Windows crash log (#2736)
* Show RVA of each call stack so we can locate the symbol with pdb file * CI upload pdb file
This commit is contained in:
parent
3f3bd08a70
commit
016d3a74eb
3 changed files with 30 additions and 5 deletions
7
.github/workflows/build_orca.yml
vendored
7
.github/workflows/build_orca.yml
vendored
|
@ -224,6 +224,13 @@ jobs:
|
|||
with:
|
||||
name: OrcaSlicer_Windows_V${{ env.ver }}
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer*.exe
|
||||
|
||||
- name: Upload artifacts Win PDB
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OrcaSlicer_Windows_V${{ env.ver }}_pdb
|
||||
path: ${{ github.workspace }}/build/src/Release/*.pdb
|
||||
# Ubuntu
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue