aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/travis-deploy.sh2
1 files changed, 2 insertions, 0 deletions
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