diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-13 23:04:20 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-13 23:04:20 +0100 |
commit | df6cf93723121d903c500c392e8c2d0a8f502fb5 (patch) | |
tree | 70677344b92e0aca86759f7d477a2d860099eeab /build-aux/travis-deploy.sh | |
parent | 87163311e2e86e28f49661ef12cab55b210ae182 (diff) | |
download | blogc-df6cf93723121d903c500c392e8c2d0a8f502fb5.tar.gz blogc-df6cf93723121d903c500c392e8c2d0a8f502fb5.tar.bz2 blogc-df6cf93723121d903c500c392e8c2d0a8f502fb5.zip |
travis: fixes
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 |