We can create a folder in Project
add step copy file to copy file from download “project folder > archive” then destination folder is
C:\Users\xxx.nuget\packages\xxx_zmar\1.0.5\content\Files > project folder > archive
regards,
There are multiple ways to achieve this here are the some.
The best possible way is to configure the Path in the Project Config file and publish the packages so that the next time you run from Orchestrator the file will be downloaded to the respective path.
Use the Arguments to pass the dynamic path from Orchestrator.
Best practice is to save the file in the Shared Drive which is accessible across all the environment. Or something like create a folder in C drive to store the report across all the environment. So even when you move from Test to prod or publish you will not face this issue.