From 1bfee812b7f53b414679a6327746c4437055b846 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 8 May 2018 13:52:18 +0200 Subject: [PATCH] Update Windows Travis Deploy Regex --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17b8486..30aa2de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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