mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-04 02:20:41 +08:00
don't upload packages from self-hosted
This commit is contained in:
parent
b1e5718e72
commit
f8425b039a
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"
|
||||
|
||||
- name: Upload the Package(s)
|
||||
if: always()
|
||||
if: always() && ${{ inputs.operating_system != 'self-hosted' }}
|
||||
run: |
|
||||
conan upload "*" -r cura --all -c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user