From 59b2e59ca0b5d057251606f118ac774c72d7b8ff Mon Sep 17 00:00:00 2001 From: alves Date: Fri, 12 Dec 2025 14:41:21 +0800 Subject: [PATCH] fix github action not get the correct path for mac dsym bug --- .github/workflows/build_orca.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 5e00ad4f5c..5f6952f7e4 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -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: