try to add CI

This commit is contained in:
2024-09-30 11:28:26 +00:00
parent c71c08fa0f
commit 0fac46fa0e

View 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