From 09c5b2c4eab68a6a59a044ea149b8487b8ff5002 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 10 Feb 2018 10:30:35 -0500 Subject: ci: update deployment for doc rearrangement This fixes CI to handle the new documentation files. We also continue to do more cleanup. In particular, we devise a nicer way of detecting the most recent Cargo OUT_DIR by writing a dummy file, and looking for the most recently modified version of that file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e2cc674d..bd6dd503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ before_deploy: ci/before_deploy.sh deploy: provider: releases file_glob: true - file: deployment/${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.* + file: deployment/${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz skip_cleanup: true on: condition: $TRAVIS_RUST_VERSION = nightly -- cgit v1.2.3