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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user