I have below stages in my release pipeline and the first stage "Blob Storage" has multiple task and one of the task is creating an archive. The value of which is defined as shown in below diagram. In next stage I am calling a Powershell script to download these artifacts in archives in a SharePoint library, i.e. in $(System.DefaultWorkingDirectory)/Archives. I am passing this as an argument in Powershell task but in Powershell it gives me error as D:r/a/r/Archives not found. If I pass only $(System.DefaultWorkingDirectory) it successfully download the artifacts, but that is not correct as I am interested in the files which are created in each release.
How should I pass the Archive files to create in next stage??

