mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
fix github action not get the correct path for mac dsym bug
This commit is contained in:
4
.github/workflows/build_orca.yml
vendored
4
.github/workflows/build_orca.yml
vendored
@@ -13,6 +13,10 @@ on:
|
|||||||
arch:
|
arch:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
outputs:
|
||||||
|
release:
|
||||||
|
description: "Release version/tag for the build"
|
||||||
|
value: ${{ jobs.build_orca.outputs.release }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_orca:
|
build_orca:
|
||||||
|
|||||||
Reference in New Issue
Block a user