Testing unitypackage workflow
All checks were successful
Create Unity Package / package (push) Successful in 7s

This commit is contained in:
2025-11-26 12:01:02 +00:00
parent cf5f71e34f
commit 87ca7409a4

View File

@@ -1,7 +1,5 @@
name: Create Unity Package
on: push
jobs:
package:
runs-on: ubuntu-latest
@@ -11,10 +9,11 @@ jobs:
uses: natsuneko-laboratory/create-unitypackage@v3
with:
files-glob: |
*.cs
*.asset
*.shader
*.material
**/*.cs
**/*.asset
**/*.shader
**/*.material
**/*.meta # Add this to include meta files recursively
dest: build.unitypackage
- run: ls -al *
- uses: actions/upload-artifact@v3