Update Windows Travis Deploy Regex

This commit is contained in:
Sebastian Wilzbach 2018-05-08 13:51:06 +02:00
parent 7a1050210e
commit e217f95f31
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
provider: releases
api_key: $GH_REPO_TOKEN
file_glob: true
file: bin/dscanner-.*.zip
file: bin/dscanner-*.zip
skip_cleanup: true
on:
repo: dlang-community/D-Scanner