SL-18837: Upload symbol file and physics pkg without installer.

build.sh logic used to test whether the installer existed and skip the
symbol-file and llphysicsextensions uploads if not. Since we now sign and
package the built viewer in a later build job, it's no longer appropriate to
gate these uploads on existence of the installer.
master
Nat Goodspeed 2023-10-04 16:54:07 -04:00
parent 617801401f
commit 89191059ef
1 changed files with 1 additions and 3 deletions

View File

@ -546,11 +546,9 @@ then
if $build_viewer
then
begin_section "Uploads"
# Upload installer
package=$(installer_$arch)
if [ x"$package" != x ] && test -f "$package"
if [ x"$package" != x ]
then
# Upload base package.
if [ "$last_built_variant" = "Release" ]
then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.