Merge pull request #11332 from icecrime/windows_release
Publish Windows binaries in release script Upstream-commit: 9422bc55fafbf0a084090398560ca4fcd6235919 Component: engine
This commit is contained in:
@ -190,6 +190,13 @@ release_build() {
|
||||
linux)
|
||||
s3Os=Linux
|
||||
;;
|
||||
windows)
|
||||
s3Os=Windows
|
||||
binary+='.exe'
|
||||
if [ "$latestBase" ]; then
|
||||
latestBase+='.exe'
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo >&2 "error: can't convert $s3Os to an appropriate value for 'uname -s'"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user