This change corrects the Azure DevOps release pipeline to reference artifacts under the actual downloaded artifact root, $(Pipeline.Workspace)/eshoponweb-ci, instead of paths that would not exist at deploy time. Both the infrastructure template path and the Linux web app package path were updated in .ado/eshoponweb-cd-webapp-code.yml, which should prevent deployment failures caused by missing files. Practical effect: the CD pipeline should now successfully locate its build outputs and deploy the web app reliably.

Fixed artifact paths in the web app CD pipeline so deployments can find the Bicep template and packaged site output. - zhengqunkoo/eShopOnWeb