Skip to content

Commit ed1d08d

Browse files
committed
tools: release: use new binaries branch (and force a new build)
1 parent 969d456 commit ed1d08d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/release

+1-3
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ prep() {
146146

147147
# Push the current branch to the CI branches that generate platform binaries.
148148
bin() {
149-
run git push -f origin HEAD:ci-windows
150-
run git push -f origin HEAD:ci-mac
151-
run git push -f origin HEAD:ci-linux-x64
149+
run git push -f origin HEAD:binaries
152150
}
153151

154152
if declare -f "$1" > /dev/null; then "$@"; else usage; fi

0 commit comments

Comments
 (0)