diff --git a/.travis.yml b/.travis.yml index 1e86c783d..a86e18737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,6 @@ branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/" addons: - artifacts: true \ No newline at end of file + artifacts: + paths: + - $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":") \ No newline at end of file