mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
actually create the package
Contributes to CURA-9430
This commit is contained in:
parent
0676dea789
commit
6e7ac62808
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-package-create.yml
vendored
2
.github/workflows/conan-package-create.yml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
|||
|
||||
- name: Create the Packages (from source)
|
||||
if: ${{ inputs.create_from_source }}
|
||||
run: conan install . ${{ inputs.recipe_id_full }} --build=missing --update
|
||||
run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update
|
||||
|
||||
- name: Remove the latest alias
|
||||
if: ${{ inputs.create_from_source && inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue