ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Fix package location in prerelease and release wokflows #170

Closed ArieGato closed 4 months ago

ArieGato commented 4 months ago

Fixes #168

Changed the package location from dist to `dist/packages'

ArieGato commented 4 months ago

@sungam3r Could you take a look at this pr?

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.31%. Comparing base (29cdc10) to head (b0e12b3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #170 +/- ## ======================================= Coverage 95.31% 95.31% ======================================= Files 8 8 Lines 470 470 Branches 42 42 ======================================= Hits 448 448 Misses 13 13 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sungam3r commented 4 months ago

Looks good. I was away from my PC. Honestly I would use .packages directory instead of dist/packages.