Merge branch 'main' into CURA-10127-dont-allow-minimum-speed-to-be-zero

This commit is contained in:
Jelle Spijker 2023-03-13 11:51:09 +01:00 committed by GitHub
commit 97f98c9e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,6 @@ jobs:
if: always() if: always()
run: | run: |
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c
conan upload "*@_/_" -r cura --all -c
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -c conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -c
notify-create: notify-create: