From e217f95f318156edc5115f516368b470f7f984cf Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 8 May 2018 13:51:06 +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 27197b9..a2cabba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ jobs: provider: releases api_key: $GH_REPO_TOKEN file_glob: true - file: bin/dscanner-.*.zip + file: bin/dscanner-*.zip skip_cleanup: true on: repo: dlang-community/D-Scanner