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 c526b9d commit f697eecCopy full SHA for f697eec
publish-nightly.sh
@@ -7,7 +7,7 @@ setup_git() {
7
8
update_nightly_branch() {
9
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
10
- git push origin-nightly `git subtree split --prefix Assets/FluidBehaviorTree master`:nightly --force
+ git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
11
}
12
13
setup_git
0 commit comments