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