mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:25:56 +08:00
Update macos.yml
This commit is contained in:
parent
f8425b039a
commit
e25f1b03a5
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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"
|
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)
|
- name: Upload the Package(s)
|
||||||
if: always() && ${{ inputs.operating_system != 'self-hosted' }}
|
if: ${{ inputs.operating_system != 'self-hosted' }}
|
||||||
run: |
|
run: |
|
||||||
conan upload "*" -r cura --all -c
|
conan upload "*" -r cura --all -c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user