Merge pull request #619 from wilzbach/windows-zip

Upload the Windows binary to the releases instead of the raw executable
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-04-23 21:08:44 +02:00 committed by GitHub
commit 111288372a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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