Merge pull request #480 from wilzbach/win-regex
Update Windows Travis Deploy Regex merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
ec5d38f156
|
@ -61,7 +61,7 @@ jobs:
|
|||
provider: releases
|
||||
api_key: $GH_REPO_TOKEN
|
||||
file_glob: true
|
||||
file: bin/dcd-.*.zip
|
||||
file: bin/dcd-*.zip
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: dlang-community/DCD
|
||||
|
|
Loading…
Reference in New Issue