mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-21 03:42:20 -07:00
Merge branch 'main' into CURA-10561-makerbot
# Conflicts: # conanfile.py
This commit is contained in:
commit
aaa8d0cf03
5 changed files with 30 additions and 12 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
|
@ -158,8 +158,12 @@ jobs:
|
|||
- name: Create the Packages (Bash)
|
||||
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"
|
||||
|
||||
- name: Remove internal packages before uploading
|
||||
run: |
|
||||
conan remove "*@internal/*" -f || true
|
||||
conan remove "cura_private_data*" -f || true
|
||||
|
||||
- name: Upload the Package(s)
|
||||
if: ${{ inputs.operating_system != 'self-hosted' }}
|
||||
run: |
|
||||
conan upload "*" -r cura --all -c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue