Skip to content

Commit

Permalink
Fixed Azure Pipelines script
Browse files Browse the repository at this point in the history
  • Loading branch information
LumitoLuma committed May 2, 2021
1 parent 6b49bf8 commit 278c8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Pipeline.Workspace)\s\x64\OpenSSHforWindows-Installer-x64.exe'
targetPath: '$(Pipeline.Workspace)\s\x64\OpenSSH-for-Windows-x64.exe'
artifact: 'OpenSSH for Windows - Installer x64 setup'
publishLocation: 'pipeline'
displayName: 'Publish Pipeline Artifacts'
Expand All @@ -39,7 +39,7 @@ jobs:

- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Pipeline.Workspace)\s\x86\OpenSSHforWindows-Installer-x86.exe'
targetPath: '$(Pipeline.Workspace)\s\x86\OpenSSH-for-Windows-x86.exe'
artifact: 'OpenSSH for Windows - Installer x86 setup'
publishLocation: 'pipeline'
displayName: 'Publish Pipeline Artifacts'
displayName: 'Publish Pipeline Artifacts'

0 comments on commit 278c8a0

Please sign in to comment.