Update .gitea/workflows/unitypackage.yaml

This commit is contained in:
2024-09-30 13:10:25 +00:00
parent 82f5185de9
commit de35d4db74

View File

@@ -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