Skip to content

Commit cef897c

Browse files
committed
Remove samples asmdef on split upm branch GitHub action
1 parent d5baee0 commit cef897c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
if [[ -d "Samples" ]]; then
2020
git mv Samples Samples~
2121
rm -f Samples.meta
22+
rm Samples~/UnityForge.AnimCallbacks.Samples.asmdef
23+
rm Samples~/UnityForge.AnimCallbacks.Samples.asmdef.meta
2224
git config --global user.name 'github-bot'
2325
git config --global user.email 'github-bot@users.noreply.github.com'
2426
git commit -am "Fix samples folder"

0 commit comments

Comments
 (0)