summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-02 12:19:26 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-02 12:19:26 -0400
commit5bf2317bd8a9ebef1d19b448fefd358264bde7c6 (patch)
tree9937be2edc33be3bbd33cdf24f1be90aad1fa76d /build.sh
parent2eda2eb21b720646ec8acc16d47551226f1c059d (diff)
SL-19243: Skip older Mac symbol upload
because it moves the xcarchive.zip file away from where we later want to post it to GitHub.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 4f67fb9603..6f74c64a39 100755
--- a/build.sh
+++ b/build.sh
@@ -616,8 +616,8 @@ then
# Run upload extensions
# Ex: bugsplat
- ## SL-19243 HACK: testing separate GH upload job on Windows
- if [[ "$arch" != "CYGWIN" ]]
+ ## SL-19243 HACK: testing separate GH upload jobs
+ if false
then
if [ -d ${build_dir}/packages/upload-extensions ]; then
for extension in ${build_dir}/packages/upload-extensions/*.sh; do