From 35f5a5a264c634c2641dbd726583225ff57d3baf Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 27 Feb 2020 12:08:23 +0100 Subject: [PATCH] Update .travis.yml Added AppImage's zsync to the list of files to deploy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f14e8ec..842be78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,7 @@ deploy: - ./*.deb - ./*.rpm - ./*.AppImage + - ./*.AppImage.zsync on: all_branches: true condition: $SHOULD_BUILD = yes