diff options
Diffstat (limited to 'build-aux/travis-deploy.sh')
-rwxr-xr-x | build-aux/travis-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |