Skip to content

Commit

Permalink
fix packaging action
Browse files Browse the repository at this point in the history
  • Loading branch information
asadm committed Sep 10, 2023
1 parent f57dbda commit 7cee5d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
find Assets/Scripts/ -name \*.meta > metaList
echo "Assets/PlayroomKit.meta" > metaList
echo "Assets/Plugins.meta" >> metaList
find Assets/PlayroomKit/ -name \*.meta >> metaList
find Assets/Plugins/ -name \*.meta >> metaList
echo metaList
Expand Down

0 comments on commit 7cee5d6

Please sign in to comment.