build pipeline

This commit is contained in:
Rad
2026-03-03 03:34:07 +01:00
parent 682e84e5f4
commit fc190bf9d3
6 changed files with 344 additions and 181 deletions

View File

@@ -154,11 +154,11 @@ jobs:
upload_symbols:
name: Upload Debug Symbols to Sentry
needs: [build_orca]
if: ${{ !cancelled() && needs.build_orca.result == 'success' }}
if: ${{ !cancelled() && needs.build_orca.result == 'success' && github.repository == 'Snapmaker/OrcaSlicer' }}
uses: ./.github/workflows/sentry_cli.yml
with:
os: ${{ inputs.os }}
pdb-artifact-name: PDB
dsym-artifact-name: ${{ inputs.os == 'macos-14' && format('dSYM_Mac_{0}', needs.build_orca.outputs.release) || '' }}
release: ${{ needs.build_orca.outputs.release || github.sha }}
secrets: inherit
secrets: inherit