conan-io / conan-io/docs

[Document] Upload not work, docs/blob/develop2/ci_tutorial/packages_pipeline/multi_configuration.rst

Open
#4,043 1 comment 0 reactions 1 assignee Claimed by @memsharded View on GitHub
Dominant language
C++
Stars
125
Forks
382
Avg merge
22h 39m
Merged PRs (30d)
21

Description

https://github.com/conan-io/docs/blob/develop2/ci_tutorial/packages_pipeline/multi_configuration.rst

```
$ cd ai # If you were not inside "ai" folder already
$ conan create . --build="missing:ai/*" -s build_type=Release --format=json > graph.json
$ conan list --graph=graph.json --graph-binaries=build --format=json > built.json

$ conan remote enable packages
$ conan upload -l=built.json -r=packages -c --format=json > uploaded_release.json
$ conan remote disable packages
```

Upload not work, Prompt: WARN: No packages were uploaded because the package list is empty.

It's OK if change `conan list --graph=graph.json --graph-binaries=build --format=json > built.json` to `conan list --graph=graph.json --format=json > built.json`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.