SL-19242: Re-enable the rest of the build product uploads.
parent
db2953e5de
commit
fab7b300b9
2
build.sh
2
build.sh
|
|
@ -550,7 +550,7 @@ then
|
||||||
begin_section "Uploads"
|
begin_section "Uploads"
|
||||||
# Upload installer
|
# Upload installer
|
||||||
package=$(installer_$arch)
|
package=$(installer_$arch)
|
||||||
if [ x"$package" != x ] && test -d "$package"
|
if [ x"$package" != x ] && test -f "$package"
|
||||||
then
|
then
|
||||||
# Upload base package.
|
# Upload base package.
|
||||||
installer+=("$package")
|
installer+=("$package")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue