feature add sentry cli function for mac os

This commit is contained in:
alves
2025-12-11 09:35:19 +08:00
parent d76a460917
commit c5e8bd2b1e
3 changed files with 56 additions and 1 deletions

View File

@@ -204,6 +204,14 @@ jobs:
path: ${{ github.workspace }}/Snapmaker_Orca_profile_validator_Mac_universal_${{ env.ver }}.dmg
if-no-files-found: ignore
- name: Upload dSYM artifacts mac
if: inputs.os == 'macos-14'
uses: actions/upload-artifact@v4
with:
name: dSYM_Mac_${{ env.ver }}
path: ${{ github.workspace }}/build/universal/Snapmaker_Orca/dSYM
if-no-files-found: ignore
- name: Deploy Mac release
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.2.0') && inputs.os == 'macos-14'
uses: WebFreak001/deploy-nightly@v3.2.0