Merge pull request #628 from wilzbach/win-regex

Update Windows Travis Deploy Regex
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
The Dlang Bot 2018-05-08 14:04:24 +02:00 committed by GitHub
commit fc1e247b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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