mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 02:49:46 +00:00
try to add CI
This commit is contained in:
22
.gitea/workflows/unitypackage.yaml
Normal file
22
.gitea/workflows/unitypackage.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Create Unity Package
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
echo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
find ./ -name \*.meta >> metaList
|
||||
|
||||
- run: mkdir a
|
||||
|
||||
- uses: pCYSl5EDgo/create-unitypackage@master
|
||||
with:
|
||||
package-path: 'a/output.unitypackage'
|
||||
include-files: metaList
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
path: a
|
||||
name: package
|
||||
Reference in New Issue
Block a user