Commit ebf43a8c authored by Kenton Varda's avatar Kenton Varda

Fix upload step of release script.

parent f2b53c5f
......@@ -109,7 +109,7 @@ done_banner() {
case "$YESNO" in
y | Y )
doit git push origin $PUSH
doit gcutil push fe capnproto-c++-$VERSION.tar.gz capnproto-c++-win32-$VERSION.tar.gz \
doit gcutil push fe capnproto-c++-$VERSION.tar.gz capnproto-c++-win32-$VERSION.zip \
/var/www/capnproto.org
if [ "$FINAL" = yes ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment