Well, you’re publishing from $(Build.Repository.LocalPath), then downloading to $(System.ArtifactsDirectory), but then asking the deployment task to look in the $(Pipeline.Workspace) directory.

Change $(Pipeline.Workspace) to $(System.ArtifactsDirectory).