diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1b3dae55..fcac9a1b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ steps: - task: CmdLine@2 inputs: script: | - curl --request POST --url 'https://www.virustotal.com/vtapi/v2/file/scan' --form 'apikey=$(VirusTotalAPIKey)' --form 'file=@'$(System.DefaultWorkingDirectory)/Wabbajack/bin/x64/Debug/Wabbajack.exe' + curl --request POST --url 'https://www.virustotal.com/vtapi/v2/file/scan' --form 'apikey=$(VirusTotalAPIKey)' --form 'file=@Wabbajack/bin/x64/Debug/Wabbajack.exe' - task: PublishBuildArtifacts@1 inputs: