Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-19 08:48:42 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 08:48:42 +0300
commit68fd824ee3f11c2a18a9fcb844202bea648069ad (patch)
tree5957921a7240a24e28935060c10893f3dfb8ce19
parent1253adf31c86e311a529a3dddb7c1516e7c0d7cc (diff)
fixed typo
Contributes to CURA-9365
-rw-r--r--.github/workflows/conan-recipe-export.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml
index e8f839a0f0..adc901508d 100644
--- a/.github/workflows/conan-recipe-export.yml
+++ b/.github/workflows/conan-recipe-export.yml
@@ -87,7 +87,7 @@ jobs:
run: conan export . ${{ inputs.recipe_id_full }}
- name: Remove the latest alias
- if: ${{ inputs.recipe_id_latest != '' && os.runner = 'Linux' }}
+ if: ${{ inputs.recipe_id_latest != '' && os.runner == 'Linux' }}
run: |
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true