Update .gitea/workflows/unitypackage.yaml

This commit is contained in:
2024-09-30 11:39:16 +00:00
parent 0fac46fa0e
commit 514e493cb2

View File

@@ -12,11 +12,9 @@ jobs:
- run: mkdir a - run: mkdir a
- uses: pCYSl5EDgo/create-unitypackage@master - name: create unitypackage from glob pattern
uses: natsuneko-laboratory/create-unitypackage@v3
with: with:
package-path: 'a/output.unitypackage' files-glob: |
include-files: metaList ./**/*.cs
- uses: actions/upload-artifact@master dest: test.unitypackage
with:
path: a
name: package