Change deploy to overwrite existing release files

This commit is contained in:
Joshua Groves 2018-09-06 00:20:35 -06:00
parent 846bd0c975
commit 3a06b13440

View file

@ -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