Update Windows Travis Deploy Regex (#354)
This commit is contained in:
parent
c4e7335850
commit
c2aea82395
|
@ -87,7 +87,7 @@ jobs:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GH_REPO_TOKEN
|
api_key: $GH_REPO_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: bin/dfmt-.*.zip
|
file: bin/dfmt-*.zip
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/dfmt
|
repo: dlang-community/dfmt
|
||||||
|
|
Loading…
Reference in New Issue