Update Windows Travis Deploy Regex
This commit is contained in:
parent
7a1050210e
commit
e217f95f31
|
@ -57,7 +57,7 @@ jobs:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GH_REPO_TOKEN
|
api_key: $GH_REPO_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: bin/dscanner-.*.zip
|
file: bin/dscanner-*.zip
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/D-Scanner
|
repo: dlang-community/D-Scanner
|
||||||
|
|
Loading…
Reference in New Issue