From fab7b300b9c8b82ac062cda5c5297500f0c311eb Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Mon, 11 Sep 2023 15:34:14 -0400
Subject: [PATCH] SL-19242: Re-enable the rest of the build product uploads.

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index b1bb15971df..c0d7e55f7ef 100755
--- a/build.sh
+++ b/build.sh
@@ -550,7 +550,7 @@ then
     begin_section "Uploads"
     # Upload installer
     package=$(installer_$arch)
-    if [ x"$package" != x ] && test -d "$package"
+    if [ x"$package" != x ] && test -f "$package"
     then
       # Upload base package.
       installer+=("$package")
-- 
GitLab