Skip to content

Commit

Permalink
Update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 9, 2023
1 parent 50dfb49 commit 6bf2051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
# Generate metadata list for Unity package.
- name: Generate metadata list
run: |
find src/Assets -name \*.meta >> metaList
mv src/* .
find Assets -name \*.meta >> metaList
mkdir -p objs
- uses: pCYSl5EDgo/create-unitypackage@master
with:
Expand Down

0 comments on commit 6bf2051

Please sign in to comment.