mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 02:49:46 +00:00
Update .gitea/workflows/unitypackage.yaml
This commit is contained in:
@@ -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
|
||||
files-glob: |
|
||||
./**/*.cs
|
||||
dest: test.unitypackage
|
||||
Reference in New Issue
Block a user