diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml index a26c974f45..e5b43f4329 100644 --- a/.github/workflows/conan-package-create.yml +++ b/.github/workflows/conan-package-create.yml @@ -75,7 +75,7 @@ jobs: key: ${{ runner.os }}-conan - name: Create the Packages - run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing #--update FIXME: Once new JFrog server is up and running + run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -# - name: Upload the Package(s) -# run: conan upload "*" -r ultimaker --all -c + - name: Upload the Package(s) + run: conan upload "*" -r ultimaker --all -c diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 5a08a9bbff..daf278b90a 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -83,6 +83,6 @@ jobs: - name: Create the latest alias if: "${{ inputs.recipe_id_latest == '' }}" run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }} -# FIXME: Once new JFrog server is up and running -# - name: Upload the Package(s) -# run: conan upload "*" -r ultimaker --all -c + + - name: Upload the Package(s) + run: conan upload "*" -r ultimaker --all -c