Upload the Windows binary to the releases instead of the raw executable

This commit is contained in:
Sebastian Wilzbach 2018-04-23 19:12:49 +02:00
parent dae286504c
commit 109c201e60
1 changed files with 1 additions and 1 deletions

View File

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