We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b12275 commit 18336c9Copy full SHA for 18336c9
publish-nightly.sh
@@ -8,7 +8,8 @@ setup_git() {
8
update_nightly_branch() {
9
printf "Run nightly update \n"
10
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
11
- git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly --force
+ git subtree split --prefix Assets/FluidBehaviorTree -b nightly
12
+ git push -f origin-nightly nightly:nightly
13
}
14
15
setup_git
0 commit comments