aboutsummaryrefslogtreecommitdiffstats
path: root/sdk-12.1.0_r27/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-12.1.0_r27/build.sh')
-rw-r--r--sdk-12.1.0_r27/build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/sdk-12.1.0_r27/build.sh b/sdk-12.1.0_r27/build.sh
index 649963a..b3a1960 100644
--- a/sdk-12.1.0_r27/build.sh
+++ b/sdk-12.1.0_r27/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Caution: VERSION needs to be identical in all scripts in this directory,
+# Caution: VERSION needs to be identical in all scripts in this directory,
# otherwise the build will not work.
VERSION='12.1.0_r27'
@@ -28,3 +28,7 @@ ls -lah out/dist/sdk-repo*.zip
ls -lah out/dist/sdk-symbols-${BUILD_NUMBER}.zip
ls -lah out/dist/repo*.xml
+mkdir ../artifacts/${VERSION}
+mv out/dist ../artifacts/${VERSION}/
+
+echo "Moved SDK to artifact folder"