We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5baee0 commit cef897cCopy full SHA for cef897c
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
if [[ -d "Samples" ]]; then
20
git mv Samples Samples~
21
rm -f Samples.meta
22
+ rm Samples~/UnityForge.AnimCallbacks.Samples.asmdef
23
+ rm Samples~/UnityForge.AnimCallbacks.Samples.asmdef.meta
24
git config --global user.name 'github-bot'
25
git config --global user.email 'github-bot@users.noreply.github.com'
26
git commit -am "Fix samples folder"
0 commit comments