Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
lefarchi committed Oct 1, 2024
1 parent 75c096d commit 5d9f93c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Create Unity Package

on: push

jobs:
echo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
find Assets/ -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

0 comments on commit 5d9f93c

Please sign in to comment.