danielpalme/ReportGenerator

Downloaded file not found at path specified

agray opened this issue · 1 comments

Describe the bug
File downloaded that was uploaded in previous stage is not found by Report Generator

To Reproduce
See: https://github.com/Sauceforge/Saucery/blob/feature/multi-stage/.github/workflows/pipeline.yml

Action Log
https://github.com/Sauceforge/Saucery/actions/runs/7135601635/job/19432691336

image

Tried relative paths first and it didn't work.

Without stages relative paths do work. See:
https://github.com/Sauceforge/Saucery/blob/master/.github/workflows/pipeline.yml
https://github.com/Sauceforge/Saucery/actions/runs/7116235610/job/19392105396

Resolved my own issue.

Solution was to download and NOT specify a path.

ReportGenerator seems to have an issue resolving paths though. Do with this as you will.