scikit-build / github-release

Manage github releases from the command line
Apache License 2.0
56 stars 22 forks source link

Fail upload when no files matched #52

Open Flamefire opened 6 years ago

Flamefire commented 6 years ago

I ran into the issue, that my file did not exists. The assert upload command simply said "skipped" and returned "OK" (exit code 0) which is wrong.

Could it return an error when no files are uploaded?