diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9d9bec62082..01a64f5180a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -158,7 +158,7 @@ jobs: run: conan install $CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$ENTERPRISE -o cura:staging=$STAGING --json "cura_inst/conan_install_info.json" - name: Upload the Package(s) - if: always() && ${{ inputs.operating_system != 'self-hosted' }} + if: ${{ inputs.operating_system != 'self-hosted' }} run: | conan upload "*" -r cura --all -c