mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
feature add sentry cli function for mac os
This commit is contained in:
3
.github/workflows/build_deps.yml
vendored
3
.github/workflows/build_deps.yml
vendored
@@ -159,5 +159,6 @@ jobs:
|
||||
with:
|
||||
os: ${{ inputs.os }}
|
||||
pdb-artifact-name: PDB
|
||||
release: ${{ github.sha }}
|
||||
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
|
||||
Reference in New Issue
Block a user