Skip to content

Commit

Permalink
Setup from template
Browse files Browse the repository at this point in the history
Use antawa12 PR branch for now, as the vrchat action is broken currently.
See vrchat-community/package-list-action#28
  • Loading branch information
lereldarion committed Oct 13, 2024
1 parent a3ae1ed commit e387a48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3 # check out this repo
- uses: actions/checkout@v3 # check out automation repo
with:
repository: vrchat-community/package-list-action
repository: anatawa12/package-list-action@dotnet-8-support # until vrchat-community/package-list-action is fixed
path: ${{env.pathToCi}}
clean: false # otherwise the local repo will no longer be checked out

Expand Down
43 changes: 0 additions & 43 deletions README.md

This file was deleted.

3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Lereldarion VPM Listing

Listing at https://lereldarion.github.io/vpm-listing/
26 changes: 8 additions & 18 deletions source.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
{
"name":"Example Listing",
"id":"com.vrchat.example-listing",
"url":"https://vrchat-community.github.io/template-package-listing/index.json",
"name":"Lereldarion VPM repository",
"id":"lereldarion",
"url":"https://lereldarion.github.io/vpm-listing/index.json",
"author":{
"email":"[email protected]",
"name":"VRChat",
"url":"https://hello.vrchat.com"
"name":"Lereldarion",
"url":"https://github.com/lereldarion/"
},
"description":"Example listing of VRChat packages",
"description":"All my packages available for the VCC",
"infoLink":{
"url":"http://github.com/vrchat-community/template-package-listing",
"url":"https://github.com/lereldarion/vpm-listing",
"text":"View on GitHub"
},
"bannerUrl":"banner.png",
"githubRepos":[
"vrchat-community/clientsim"
],
"packages":[
{
"name":"com.vrchat.udonsharp",
"releases":[
"https://github.com/vrchat-community/UdonSharp/releases/download/1.1.7/com.vrchat.UdonSharp.zip",
"https://github.com/vrchat-community/UdonSharp/releases/download/1.1.6/com.vrchat.UdonSharp-1.1.6.zip"
]
}
"lereldarion/unity-shaders"
]
}

0 comments on commit e387a48

Please sign in to comment.