Update Windows Travis Deploy Regex

This commit is contained in:
Sebastian Wilzbach 2018-05-08 14:03:30 +02:00
parent c4e7335850
commit c5587e67b1
1 changed files with 1 additions and 1 deletions

View File

@ -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