Skip to content

Commit 19c3d6b

Browse files
author
Piotr Puszkiewicz
authored
Merge pull request #2246 from TheRealPiotrP/dev/TheRealPiotrP/fixRelease
Try to fix artifact download, + Diagnostics
2 parents 439e439 + 050057e commit 19c3d6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@ deploy:
5353
skip_cleanup: true
5454
on:
5555
repo: OmniSharp/omnisharp-vscode
56-
tags: true
56+
tags: true
57+
overwrite: true
58+
59+
after_deploy: "find . -type f -name '*.vsix'"

0 commit comments

Comments
 (0)