diff --git a/.gitea/workflows/unitypackage.yaml b/.gitea/workflows/unitypackage.yaml index 1e13052..2312262 100644 --- a/.gitea/workflows/unitypackage.yaml +++ b/.gitea/workflows/unitypackage.yaml @@ -12,11 +12,9 @@ jobs: - run: mkdir a - - uses: pCYSl5EDgo/create-unitypackage@master + - name: create unitypackage from glob pattern + uses: natsuneko-laboratory/create-unitypackage@v3 with: - package-path: 'a/output.unitypackage' - include-files: metaList - - uses: actions/upload-artifact@master - with: - path: a - name: package \ No newline at end of file + files-glob: | + ./**/*.cs + dest: test.unitypackage \ No newline at end of file