Skip to content

Commit

Permalink
Fix autorelease.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Jul 8, 2020
1 parent 7cc6971 commit af92843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ r() {
return
fi
echo "$T -> $TF"
$CA rustc --bin websocat "$FE" --release -j2 --target "$T" -- -C lto
$CA rustc --bin websocat $FE --release -j2 --target "$T" -- -C lto
cp ./target/"$T/release/websocat$E" "$TF"
"$ST" "$TF"
}
Expand Down

0 comments on commit af92843

Please sign in to comment.