mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
fixed latest step
Contributes to CURA-9365
This commit is contained in:
parent
f746708c8e
commit
4c4c6bb5da
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
id: latest-alias
|
id: latest-alias
|
||||||
run: |
|
run: |
|
||||||
# FIXME: Remove the CURA-9365 clause once merged to main
|
# FIXME: Remove the CURA-9365 clause once merged to main
|
||||||
if [ "${{ github.ref_name == 'main' }}" = "true" || "${{ contains(github.ref_name, 'CURA-9365') }}" ]; then
|
if [ "${{ github.ref_name == 'main' || ${{ contains(github.ref_name, 'CURA-9365') }} }}" = "true" ]; then
|
||||||
echo "::set-output name=recipe_id_latest::${{ inputs.project_name }}/latest@${{ steps.get-conan-broadcast-data.outputs.user }}/${{ steps.get-conan-broadcast-data.outputs.channel }}"
|
echo "::set-output name=recipe_id_latest::${{ inputs.project_name }}/latest@${{ steps.get-conan-broadcast-data.outputs.user }}/${{ steps.get-conan-broadcast-data.outputs.channel }}"
|
||||||
else
|
else
|
||||||
echo "::set-output name=recipe_id_latest::''"
|
echo "::set-output name=recipe_id_latest::''"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user