Fixup path in deploy config.

This commit is contained in:
Martin Rotter 2017-10-22 20:29:17 +02:00
parent 2b0e3507b0
commit 80433e5666

View File

@ -14,8 +14,8 @@ deploy:
provider: releases provider: releases
file_glob: true file_glob: true
file: file:
- ./*.dmg - rssguard-build/*.dmg
- ./*.AppImage - rssguard-build/*.AppImage
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true