mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Add missing quote marks
Contribute to CURA-10831
This commit is contained in:
parent
d74edde1d7
commit
c2b40bb562
3 changed files with 5 additions and 5 deletions
4
.github/workflows/conan-package-create.yml
vendored
4
.github/workflows/conan-package-create.yml
vendored
|
@ -145,8 +145,8 @@ jobs:
|
|||
|
||||
- name: Set GH service account for remote cura-conan-dev
|
||||
run: |
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev ${{ secrets.CONAN_GH_RUNNER_USER }}
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-private-conan-dev ${{ secrets.CONAN_GH_RUNNER_USER }}
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-private-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
|
||||
|
||||
- name: Create the Packages
|
||||
run: conan install ${{ inputs.recipe_id_full }} --build=missing --update -c tools.build:skip_test=True
|
||||
|
|
2
.github/workflows/conan-package.yml
vendored
2
.github/workflows/conan-package.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
conan config install https://github.com/Ultimaker/conan-config.git -a "-b runner/${{ runner.os }}/${{ runner.arch }}"
|
||||
|
||||
- name: Set GH service account for remote cura-conan-dev
|
||||
run: conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev ${{ secrets.CONAN_GH_RUNNER_USER }}
|
||||
run: conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
|
||||
|
||||
- name: Create the Packages
|
||||
run: conan create . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o ${{ needs.conan-recipe-version.outputs.project_name }}:devtools=True -o ${{ needs.conan-recipe-version.outputs.project_name }}:enable_i18n=True -c tools.build:skip_test=True
|
||||
|
|
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
|
@ -86,8 +86,8 @@ jobs:
|
|||
|
||||
- name: Set GH service account for remote cura-conan-dev
|
||||
run: |
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev ${{ secrets.CONAN_GH_RUNNER_USER }}
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-private-conan-dev ${{ secrets.CONAN_GH_RUNNER_USER }}
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
|
||||
conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-private-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
|
||||
|
||||
- name: Export the Package (binaries)
|
||||
if: ${{ inputs.conan_export_binaries }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue