Skip to content

Commit

Permalink
tools: release: use new binaries branch (and force a new build)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jun 4, 2022
1 parent 969d456 commit ed1d08d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ prep() {

# Push the current branch to the CI branches that generate platform binaries.
bin() {
run git push -f origin HEAD:ci-windows
run git push -f origin HEAD:ci-mac
run git push -f origin HEAD:ci-linux-x64
run git push -f origin HEAD:binaries
}

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

0 comments on commit ed1d08d

Please sign in to comment.