Update .gitea/workflows/unitypackage.yaml

This commit is contained in:
2024-09-30 12:59:00 +00:00
parent 0820b26985
commit a7492c5669

View File

@@ -7,11 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
find ./ -name \*.meta >> metaList
- run: mkdir a
- name: create unitypackage from glob pattern
uses: natsuneko-laboratory/create-unitypackage@v3
with:
@@ -19,6 +14,7 @@ jobs:
./**/*.cs
dest: test.unitypackage
- run: ls -al *
- run: cat test.unitypackage
- uses: actions/upload-artifact@master
with:
path: test.unitypackage