Path of packages registry cannot be found

Hello Community,

I am trying to upload a conan package to gitea but the package does not appear to be stored on the file system.

I followed the gitea instructions to set up the remote and user token. Then I uploaded the packages.

I can see the packages showing on the gitea website. However, the package size is 0.

When I try to open it, an error message shows

GetPackageFileStream, open N:\Gitea-data\packages\e3\b0\e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855: Das System kann den angegebenen Pfad nicht finden.

The packages path is under N:/Gitea-data/packages.
However, I cannot find any data in the directory.

Does anyone know what the problem can be?
How do I fix it?

Thanks a lot!

hello which version of conan are you using?

conan 1.X conan upload -r Gitea PACKAGE --all
“–all” option otherwise the binary is not included

conan 2 the “–all” is by default you need to add an option to not include the binary