feature create mac os dsym and upload server

This commit is contained in:
alves
2025-12-11 15:30:49 +08:00
parent 371545fe15
commit f7efe0dfc3
3 changed files with 69 additions and 65 deletions

View File

@@ -210,7 +210,7 @@ jobs:
with:
name: dSYM_Mac_${{ env.ver }}
path: ${{ github.workspace }}/build/universal/Snapmaker_Orca/dSYM
if-no-files-found: ignore
if-no-files-found: warn
- name: Deploy Mac release
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.2.0') && inputs.os == 'macos-14'