Skip to content

Commit 36d2f7c

Browse files
authored
Merge branch 'develop' into jtg/repeater
2 parents 8fbcc0d + 18336c9 commit 36d2f7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

publish-nightly.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ setup_git() {
66
}
77

88
update_nightly_branch() {
9+
printf "Run nightly update \n"
910
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
10-
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
11+
git subtree split --prefix Assets/FluidBehaviorTree -b nightly
12+
git push -f origin-nightly nightly:nightly
1113
}
1214

1315
setup_git

0 commit comments

Comments
 (0)