From 3a06b13440bd79daa42a109a78f5febf25a744dc Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Thu, 6 Sep 2018 00:20:35 -0600 Subject: [PATCH] Change deploy to overwrite existing release files --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0f8ab39..37daa84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ deploy: file_glob: true file: gfx-portability-*.zip skip_cleanup: true + overwrite: true on: tags: true condition: $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_BRANCH == $TRAVIS_TAG