Update Windows Travis Deploy Regex
This commit is contained in:
parent
4193b6a074
commit
1bfee812b7
|
@ -61,7 +61,7 @@ jobs:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GH_REPO_TOKEN
|
api_key: $GH_REPO_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: bin/dcd-.*.zip
|
file: bin/dcd-*.zip
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/DCD
|
repo: dlang-community/DCD
|
||||||
|
|
Loading…
Reference in New Issue