Update .travis.yml

Added AppImage's zsync to the list of files to deploy
This commit is contained in:
Daniel Ziltener
2020-02-27 12:08:23 +01:00
committed by GitHub
parent ccb2ee47b3
commit 35f5a5a264

View File

@@ -48,6 +48,7 @@ deploy:
- ./*.deb - ./*.deb
- ./*.rpm - ./*.rpm
- ./*.AppImage - ./*.AppImage
- ./*.AppImage.zsync
on: on:
all_branches: true all_branches: true
condition: $SHOULD_BUILD = yes condition: $SHOULD_BUILD = yes