mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:05:54 +08:00
use env instead of output
Contributes to CURA-8415
This commit is contained in:
parent
e6e867eb5f
commit
07f784a5d6
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
label: ${{ steps.determine-label.outputs.label }} # You must define the specific step inside the job
|
label: ${{ steps.determine-label.outputs.label }} # You must define the specific step inside the job
|
||||||
steps:
|
steps:
|
||||||
- id: determine-label
|
- id: determine-label
|
||||||
run: echo "::set-output name=label::$(if [ "${{ inputs.architecture }}" = "ARM64" ]; then echo 'self-hosted'; else echo 'macos-11'; fi)"
|
run: echo "label=$(if [ "${{ inputs.architecture }}" = "ARM64" ]; then echo 'self-hosted'; else echo 'macos-11'; fi)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
cura-installer-create:
|
cura-installer-create:
|
||||||
needs: [ get-runner-label ]
|
needs: [ get-runner-label ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user