Skip to content

Commit

Permalink
upload_build.sh: Upload ticket_redeem script
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Sep 9, 2021
1 parent bb36a99 commit f78e852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ NODE="./livepeer${EXT}"
CLI="./livepeer_cli${EXT}"
BENCH="./livepeer_bench${EXT}"
ROUTER="./livepeer_router${EXT}"
REDEEM="./ticket_redeem${EXT}"

mkdir $BASE
cp $NODE $BASE
cp $CLI $BASE
cp $BENCH $BASE
cp $ROUTER $BASE
cp $REDEEM $BASE

# do a basic upload so we know if stuff's working prior to doing everything else
if [[ $ARCH == "windows" ]]; then
Expand Down

0 comments on commit f78e852

Please sign in to comment.