Skip to content

Commit f697eec

Browse files
committed
revert(nightly): removing nightly back to what it originally was
1 parent c526b9d commit f697eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setup_git() {
77

88
update_nightly_branch() {
99
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
10+
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
1111
}
1212

1313
setup_git

0 commit comments

Comments
 (0)