xoac / rust-azure-pipelines

Collection of azure pipelines templates for rust
MIT License
44 stars 12 forks source link

Hardcoded project name in github releases #16

Closed chmln closed 5 years ago

chmln commented 5 years ago

Hello @xoac

It looks like the rust-azure-pipelines name for assets in github releases is hard-coded. See https://github.com/xoac/rust-azure-pipelines/blob/master/ci/github-release.yml#L50 for example.

Would it be more appropriate to use Build.Repository.Name instead? If so, I can make a quick pull request.

Thanks for the work you did on this. I'm using it for https://github.com/chmln/sd and everything else works perfectly.

xoac commented 5 years ago

I will try fix it tomorrow