mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Use the correct project_name
This commit is contained in:
parent
2e0619d647
commit
76be83434f
2
.github/workflows/conan-package.yml
vendored
2
.github/workflows/conan-package.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
|
|
||||||
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
|
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@main
|
||||||
with:
|
with:
|
||||||
project_name: ${{ needs.conan-recipe-version.outputs.recipe_projectname }}
|
project_name: ${{ needs.conan-recipe-version.outputs.project_name }}
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
build_id: 1
|
build_id: 1
|
||||||
runs_on: 'ubuntu-20.04'
|
runs_on: 'ubuntu-20.04'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user