From 7905afdd666287b310961556bd6990e0daecc24f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 7 Dec 2016 02:30:24 +0100 Subject: travis: fixed deployed files for blogc-github-lambda --- build-aux/travis-deploy.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-aux') diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 51aac3e..c1a8f6c 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -24,6 +24,8 @@ fi if [[ "x${TARGET}" = "xdist-srpm" ]]; then FILES=( build/*.src.rpm ) +elif [[ "x${TARGET}" = "xblogc-github-lambda" ]]; then + FILES=( build/*.zip ) else FILES=( build/*.{*.tar.{gz,bz2,xz},zip} ) fi -- cgit v1.2.3-18-g5258