Browse Source

Update windows.yml

Jelle Spijker 1 year ago
parent
commit
0e67ff38c2
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/workflows/windows.yml

+ 6 - 1
.github/workflows/windows.yml

@@ -124,6 +124,11 @@ jobs:
             -   name: Create the Packages (Powershell)
                 run: conan install $Env:CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$Env:ENTERPRISE -o cura:staging=$Env:STAGING --json "cura_inst/conan_install_info.json"
 
+            -   name: Upload the Package(s)
+                if: always()
+                run: |
+                    conan upload "*" -r cura --all -c
+
             -   name: Set Environment variables for Cura (Powershell)
                 run: |
                     echo "${Env:WIX}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
@@ -262,4 +267,4 @@ jobs:
             success_body: "Installers for ${{ inputs.cura_conan_version }}"
             failure_title: "Failed to create the Cura distributions"
             failure_body: "Failed to create at least 1 installer for ${{ inputs.cura_conan_version }}"
-        secrets: inherit
+        secrets: inherit