aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-07 02:30:24 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-07 02:30:24 +0100
commit7905afdd666287b310961556bd6990e0daecc24f (patch)
tree6c35b12091475241d39e1f6228c85c719b0038ca
parentdbc036c94e38286fcbc439c176dd7a7ffd6bbbd6 (diff)
downloadblogc-7905afdd666287b310961556bd6990e0daecc24f.tar.gz
blogc-7905afdd666287b310961556bd6990e0daecc24f.tar.bz2
blogc-7905afdd666287b310961556bd6990e0daecc24f.zip
travis: fixed deployed files for blogc-github-lambda
-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