mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Upload zipfile of Windows nightly build
This commit is contained in:
parent
023c326c66
commit
8740abce37
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ main() {
|
||||||
"${platform}" == "windows-msvc" ]]; then
|
"${platform}" == "windows-msvc" ]]; then
|
||||||
extension=msi
|
extension=msi
|
||||||
package=target/release/msi/*.msi
|
package=target/release/msi/*.msi
|
||||||
|
upload "${platform}" ${package} "${extension}" "${nightly_timestamp}"
|
||||||
|
extension=zip
|
||||||
|
package=target/release/msi/*.zip
|
||||||
else
|
else
|
||||||
usage >&2
|
usage >&2
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue