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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-11-03 09:55:16 +0300
committerGitHub <noreply@github.com>2022-11-03 09:55:16 +0300
commit31676100b67cba04ba89bc703689f9bf591bca56 (patch)
tree41e7a9d8d3c8c915941064f91481313308d232d6
parenta4591ac83753a70fda9c719a4224dfeca757e140 (diff)
create build iinfo
-rw-r--r--.github/workflows/conan-package.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml
index f95e89a3d..e7e606441 100644
--- a/.github/workflows/conan-package.yml
+++ b/.github/workflows/conan-package.yml
@@ -78,6 +78,7 @@ jobs:
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
with:
+ project_name: curaengine
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
runs_on: 'macos-11'
python_version: '3.10.x'
@@ -90,6 +91,7 @@ jobs:
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
with:
+ project_name: curaengine
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
runs_on: 'windows-2022'
python_version: '3.10.x'
@@ -103,6 +105,7 @@ jobs:
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
with:
+ project_name: curaengine
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
runs_on: 'ubuntu-20.04'
python_version: '3.10.x'
@@ -115,6 +118,7 @@ jobs:
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
with:
+ project_name: curaengine
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
runs_on: 'ubuntu-22.04'
python_version: '3.10.x'