Push release tarbal to S3
parent
96f2a842f3
commit
6640580b04
|
@ -363,7 +363,7 @@ if [ "x$response" == "xy" -o -n "$NIGHTLY_BUILD" ]; then
|
|||
cleanup_exit 1
|
||||
fi
|
||||
|
||||
for filepath in `ls *.{deb,rpm}`; do
|
||||
for filepath in `ls *.{deb,rpm,gz}`; do
|
||||
filename=`basename $filepath`
|
||||
if [ -n "$NIGHTLY_BUILD" ]; then
|
||||
filename=`echo $filename | sed s/$VERSION/nightly/`
|
||||
|
|
Loading…
Reference in New Issue