summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-07-22 09:36:04 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-07-22 09:41:55 -0500
commit08d86b5eec2ea092b617796669f3f97906287bec (patch)
tree0f1c123ff934fe208ca8f2c65ad24b91f0f17527
parent51f433622efc21ce81fa0f885ca4c7121cf5bd12 (diff)
push_nightlies: select LibO*.zip files too to push
-rwxr-xr-xbin/push_nightlies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh
index df1d584..2c9111a 100755
--- a/bin/push_nightlies.sh
+++ b/bin/push_nightlies.sh
@@ -84,7 +84,7 @@ else
fi
echo "find packages"
-for file in $(find . -name "*.dmg" -o -name "LibO*.tar.gz" -o -name "LibO*.exe" -o -path '*/LibreOffice_Dev/native/install/*.msi' | grep -v "/push/")
+for file in $(find . -name "*.dmg" -o -name "LibO*.tar.gz" -o -name "LibO*.exe" -o -name "LibO*.zip" -o -path '*/LibreOffice_Dev/native/install/*.msi' | grep -v "/push/")
do
target=$(basename $file)
target="${tag}_${target}"