PiMaker / package-list-action

Example Action for VPM Package Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi's patches

This fork adds support for directly using GitHub source-only releases (e.g. only the default zip-ball you get when making a new release via the GitHub UI) by recompressing them on the fly into a valid package format (remove the GitHub-added root folder) and hosting them directly on the listings page. You can specify a source-style package hosted on this listing with the source:user/repo syntax in the githubRepos section of your sources.json, e.g.:

"githubRepos": [
  "source:pimaker/animator-as-visual"
]

Also includes @anatawa12's fixes from vrchat-community#10.

🤖 VPM Package Automation

This repo hosts a Nuke project to help build, release and host VPM packages.

Check out the VPM Package Template repo for info on how to use it.


For developers working on the actual automation code contained herein, you can test things locally by checking out the above template-package repo into a sibling folder of this one. If that structure doesn't work for you, check it out wherever you want and override the LocalTestPackagesPath parameter.

About

Example Action for VPM Package Repo


Languages

Language:C# 82.2%Language:PowerShell 9.7%Language:Shell 7.5%Language:Batchfile 0.7%