mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 04:49:45 +00:00
Update .gitea/workflows/unitypackage.yaml
This commit is contained in:
@@ -11,11 +11,12 @@ jobs:
|
||||
uses: natsuneko-laboratory/create-unitypackage@v3
|
||||
with:
|
||||
files-glob: |
|
||||
./**/*.cs
|
||||
dest: test.unitypackage
|
||||
*.cs
|
||||
*.asset
|
||||
*.shader
|
||||
dest: build.unitypackage
|
||||
- run: ls -al *
|
||||
- run: cat VRCBoardManager.cs
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: VRCBoardManager.cs
|
||||
name: package
|
||||
path: build.unitypackage
|
||||
name: unitypackage
|
||||
Reference in New Issue
Block a user