From 109c201e60114e7173ff3d1f46ee618f8f617cb6 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 23 Apr 2018 19:12:49 +0200 Subject: [PATCH] Upload the Windows binary to the releases instead of the raw executable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5c3124..bbe54c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ jobs: provider: releases api_key: $GH_REPO_TOKEN file_glob: true - file: bin/dscanner.exe + file: bin/dscanner-.*.zip skip_cleanup: true on: repo: dlang-community/D-Scanner