SL-19242: Re-enable the rest of the build product uploads.

master
Nat Goodspeed 2023-09-11 15:34:14 -04:00
parent db2953e5de
commit fab7b300b9
1 changed files with 1 additions and 1 deletions

View File

@ -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")