aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-03-24 08:53:42 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-04-22 10:16:25 +0100
commit4767c8a840db4bcf8cdae16b78c67a3cd0a9f846 (patch)
tree43957b9d4e8d6642f371243208e38f079eeeb322
parentb38d4ac5df708282c2b44798bf2a5a3b94fc75e0 (diff)
Fix tc2 android zip filename
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xplatforms-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms-ci.sh b/platforms-ci.sh
index 86f6b94..28b4d14 100755
--- a/platforms-ci.sh
+++ b/platforms-ci.sh
@@ -267,7 +267,7 @@ if [ "$JOB_TYPE" != "release" ]; then
# only generate TC2 zips for the non-release job
create_release_zip tc2 ${PINNED}latest busybox bootmon tc2-latest-busybox-bootmon
create_release_zip tc2 ${PINNED}latest oe bootmon tc2-latest-oe-bootmon
- create_release_zip tc2 ${PINNED}lsk android bootmon tc2-lsk-oe-bootmon
+ create_release_zip tc2 ${PINNED}lsk android bootmon tc2-lsk-android-bootmon
create_release_zip tc2 ${PINNED}lsk uefi uefi tc2-uefi
fi