Auto merge of #16464 - UK992:upload-nightly, r=larsbergstrom

Upload zipfile of Windows nightly build

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #16437

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16464)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-18 09:50:23 -05:00 committed by GitHub
commit 2b353e04f0

View file

@ -92,6 +92,9 @@ main() {
elif [[ "${platform}" == "windows-msvc" ]]; then
extension=msi
package=target/release/msi/*.msi
upload "${platform}" ${package} "${extension}" "${nightly_timestamp}"
extension=zip
package=target/release/msi/*.zip
else
usage >&2
return 1