mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
feature add sentry for soft catch dmp
This commit is contained in:
11
.github/workflows/build_deps.yml
vendored
11
.github/workflows/build_deps.yml
vendored
@@ -150,3 +150,14 @@ jobs:
|
||||
os: ${{ inputs.os }}
|
||||
arch: ${{ inputs.arch }}
|
||||
secrets: inherit
|
||||
|
||||
upload_symbols:
|
||||
name: Upload Debug Symbols to Sentry
|
||||
needs: [build_orca]
|
||||
if: ${{ !cancelled() && needs.build_orca.result == 'success' }}
|
||||
uses: ./.github/workflows/sentry_cli.yml
|
||||
with:
|
||||
os: ${{ inputs.os }}
|
||||
pdb-artifact-name: PDB
|
||||
release: ${{ github.sha }}
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user