Browse Source

Update macos.yml

Jelle Spijker 1 year ago
parent
commit
e25f1b03a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.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