diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df6b03285..5db9b1db2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,4 +25,4 @@ jobs: displayName: script dependsOn: myjob steps: - - script: aws s3 cp $(Build.ArtifactStagingDirectory)/s/target s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file + - script: aws s3 cp $(Build.Repository.LocalPath)/target s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file