mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-29 00:23:14 +08:00
actually create the package
Contributes to CURA-9430
This commit is contained in:
parent
0676dea789
commit
6e7ac62808
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)
|
- name: Create the Packages (from source)
|
||||||
if: ${{ inputs.create_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
|
- name: Remove the latest alias
|
||||||
if: ${{ inputs.create_from_source && inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
if: ${{ inputs.create_from_source && inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user