mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Attempt to fix wrong given inputs
This commit is contained in:
parent
c4643472e6
commit
2ca76f5e9c
1 changed files with 6 additions and 6 deletions
|
@ -116,10 +116,10 @@ jobs:
|
|||
"repository": "${{ matrix.repository }}",
|
||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
||||
"version": "${{ inputs.cura_version }}",
|
||||
"conan_release": true,
|
||||
"conan_release": "true",
|
||||
"conan_user_channel": "ultimaker/stable",
|
||||
"conan_internal": false,
|
||||
"conan_latest": true,
|
||||
"conan_internal": "false",
|
||||
"conan_latest": "true",
|
||||
"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
||||
}
|
||||
|
||||
|
@ -144,10 +144,10 @@ jobs:
|
|||
"repository": "Cura",
|
||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
||||
"version": "${{ inputs.cura_version }}",
|
||||
"conan_release": true,
|
||||
"conan_release": "true",
|
||||
"conan_user_channel": "ultimaker/stable",
|
||||
"conan_internal": false,
|
||||
"conan_latest": true
|
||||
"conan_internal": "false",
|
||||
"conan_latest": "true"
|
||||
}
|
||||
|
||||
create-installers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue