From 514e493cb25168b56b27795627ecd62bc4be72fd Mon Sep 17 00:00:00 2001 From: aarov Date: Mon, 30 Sep 2024 11:39:16 +0000 Subject: [PATCH] Update .gitea/workflows/unitypackage.yaml --- .gitea/workflows/unitypackage.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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