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