mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-26 17:01:31 +11:00
Merge #163
163: Change deploy to overwrite existing release files r=kvark a=grovesNL Small but important fix to resolve https://travis-ci.org/gfx-rs/portability/jobs/425115925#L1818 Earlier I bumped the `latest` tag with `git tag -a latest -f; and git push --tags -f` and it built and attempted to deploy successfully, but didn't upload the new files because of this. Co-authored-by: Joshua Groves <josh@joshgroves.com>
This commit is contained in:
commit
536aab7049
|
@ -62,6 +62,7 @@ deploy:
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: gfx-portability-*.zip
|
file: gfx-portability-*.zip
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
overwrite: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_BRANCH == $TRAVIS_TAG
|
condition: $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_BRANCH == $TRAVIS_TAG
|
||||||
|
|
Loading…
Reference in a new issue