Upload the Windows binary to the releases instead of the raw executable
This commit is contained in:
parent
dae286504c
commit
109c201e60
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue