fix the packages path.

pull/17/head v0.0.3
John Shahid 2013-10-28 12:29:40 -04:00
parent 5708c2675c
commit 87e6e0b83b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if ! ./package.sh $version; then
exit 1
fi
for filepath in `ls package/*.{tar.gz,deb,rpm}`; do
for filepath in `ls packages/*.{tar.gz,deb,rpm}`; do
[ -e "$filepath" ] || continue
echo "Uploading $filepath to S3"
filename=`basename $filepath`