Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Our git repo package does not appear in package list when added #11

Open
FairlySadPanda opened this issue May 11, 2023 · 2 comments
Open

Comments

@FairlySadPanda
Copy link

Summary
When adding our Github-stored package, VRCBilliards/vrcbce, to the list of Github repos, our package does not appear in the list.

Steps to reproduce

  1. Create a new VCC repo
  2. Add "VRCBilliards/vrcbce" to the githubRepos array in the repo's source.json file.
  3. Commit the change and wait for the Github Action to complete.
  4. Visit the published website.

Expected outcome
The added package should appear in the list.

Actual outcome
The added package does not appear in the list, and no error or explanation is reported via tooling or the website.

@FairlySadPanda
Copy link
Author

As far as is known our repo should work with the package listing website tool. When cloned, the package can be added manually to CreatorCompanion.

The package is stored at this repo: https://github.com/VRCBilliards/vrcbce

My expectation is that we've configured this incorrectly but it's not obvious where.

@Spokeek
Copy link

Spokeek commented Dec 26, 2023

From what i see, the reason why is that the Github Release associated with the Github repo doesn't follow the vpm format. When you go on https://github.com/VRCBilliards/vrcbce the release only have a unitypackage. It should have a zip, a package.json, and similar items.

If you look for example https://github.com/BlackStartx/VRC-Gesture-Manager, you will have a unity package and a zip containing the package.json having the data required by the list builder.

This is ran by the package-list-action task here https://github.com/vrchat-community/package-list-action/blob/main/PackageBuilder/Build.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants