From df6cf93723121d903c500c392e8c2d0a8f502fb5 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 13 Dec 2016 23:04:20 +0100 Subject: travis: fixes --- build-aux/travis-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/travis-deploy.sh') diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index c1a8f6c..54584e9 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -25,7 +25,7 @@ fi if [[ "x${TARGET}" = "xdist-srpm" ]]; then FILES=( build/*.src.rpm ) elif [[ "x${TARGET}" = "xblogc-github-lambda" ]]; then - FILES=( build/*.zip ) + FILES=( *.zip ) else FILES=( build/*.{*.tar.{gz,bz2,xz},zip} ) fi -- cgit v1.2.3-18-g5258