Skip to content

Commit

Permalink
ci fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
asadm committed Apr 6, 2024
1 parent e8b38a5 commit 6067e16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
echo "Assets/PlayroomKit.meta" > metaList
echo "Assets/Plugins.meta" >> metaList
find Assets/PlayroomKit/ -name \*.meta >> metaList
find Assets/Plugins/ -name \*.meta >> metaList
echo metaList
- run: mkdir output
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
echo "Assets/PlayroomKit.meta" > metaList
echo "Assets/Plugins.meta" >> metaList
find Assets/PlayroomKit/ -name \*.meta >> metaList
find Assets/Plugins/ -name \*.meta >> metaList
echo metaList
- run: mkdir output
Expand Down

0 comments on commit 6067e16

Please sign in to comment.