diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-11 15:34:14 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-11 15:34:14 -0400 |
commit | fab7b300b9c8b82ac062cda5c5297500f0c311eb (patch) | |
tree | 7750e1dcb8eba4432939f3d3ebcba844d4a04844 /build.sh | |
parent | db2953e5de12eb5eea347f4069be9c0ab015dcdb (diff) |
SL-19242: Re-enable the rest of the build product uploads.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |