fix github action not get the correct path for mac dsym bug

This commit is contained in:
alves
2025-12-12 14:41:21 +08:00
parent 9006902bb0
commit 59b2e59ca0

View File

@@ -13,6 +13,10 @@ on:
arch:
required: false
type: string
outputs:
release:
description: "Release version/tag for the build"
value: ${{ jobs.build_orca.outputs.release }}
jobs:
build_orca: