Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asadm committed Aug 23, 2023
1 parent b1f0dde commit f57dbda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
find Assets/PlayroomKit/ -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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ crashlytics-build.properties
.DS_Store
.idea/.idea.playroom-unity/.idea/workspace.xml
.idea/.idea.playroom-unity/.idea/workspace.xml
node_modules
metaList
package-lock.json

0 comments on commit f57dbda

Please sign in to comment.