[releng] Make JIRO-based builds publish to the official location

Change-Id: I1ffd520d4aee744e0c46f8b1a1d51b237332ca1f
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/releng/org.eclipse.amalgam.releng/publish-nightly-jiro.sh b/releng/org.eclipse.amalgam.releng/publish-nightly-jiro.sh
index 2d129f4..dc78fe2 100644
--- a/releng/org.eclipse.amalgam.releng/publish-nightly-jiro.sh
+++ b/releng/org.eclipse.amalgam.releng/publish-nightly-jiro.sh
@@ -41,7 +41,7 @@
 export SSH_ACCOUNT="genie.amalgam@projects-storage.eclipse.org"
 
 # The root folder for all promoted udpate sites
-export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/modeling/amalgam/staging/"
+export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/modeling/amalgam/updates/"
 
 # Streams are of the form 1.0.x: only keep major and minor version number parts
 export STREAM=$(echo "$VERSION" | sed -r -e 's/^([0-9]+\.[0-9]+\.).*$/\1x/')