Skip to content

Commit

Permalink
Working on CI...
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 408fce6 commit f37af88
Show file tree
Hide file tree
Showing 26 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions .github/ProjectRoot/Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"dependencies": {
"com.vrchat.avatars": {
"version": "3.2.0"
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.19"
},
"vrchat.blackstartx.gesture-manager": {
"version": "3.8.4"
}
},
"locked": {
"com.vrchat.avatars": {
"version": "3.2.0",
"dependencies": {
"com.vrchat.base": "3.2.0"
}
},
"com.vrchat.base": {
"version": "3.2.0",
"dependencies": {}
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.19",
"dependencies": {}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- run: |
mkdir Packages/nadena.dev.ndmf -p
mv [^P]* Packages/nadena.dev.ndmf
mv .github/ProjectSettings .
mkdir .github/ProjectRoot/Packages/nadena.dev.ndmf -p
mv [^P]* .github/ProjectRoot/Packages/nadena.dev.ndmf
mv .github/ProjectRoot/* .
- uses: anatawa12/sh-actions/resolve-vpm-packages@master

Expand Down

0 comments on commit f37af88

Please sign in to comment.