Commit 9e9aae1a authored by Kenton Varda's avatar Kenton Varda

Fix release script upload step.

parent 1da4f663
...@@ -119,8 +119,8 @@ done_banner() { ...@@ -119,8 +119,8 @@ done_banner() {
case "$YESNO" in case "$YESNO" in
y | Y ) y | Y )
doit git push origin $PUSH doit git push origin $PUSH
doit gcutil push fe capnproto-c++-$VERSION.tar.gz capnproto-c++-win32-$VERSION.zip \ doit gce-ss copy-files capnproto-c++-$VERSION.tar.gz capnproto-c++-win32-$VERSION.zip \
/var/www/capnproto.org fe:/var/www/capnproto.org
if [ "$FINAL" = yes ]; then if [ "$FINAL" = yes ]; then
echo "=========================================================================" echo "========================================================================="
......
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