gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Change deploy to overwrite existing release files #163

Closed grovesNL closed 5 years ago

grovesNL commented 5 years ago

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.

bors[bot] commented 5 years ago

Build succeeded