Skip to content

Commit

Permalink
Remove trailing ' from archive file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hamlin committed Apr 28, 2019
1 parent e315755 commit ce033a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
inputs:
rootFolderOrFile: $(System.DefaultWorkingDirectory)/ubuntu
archiveType: 'zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_ubuntu.zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_ubuntu.zip
- task: DownloadPipelineArtifact@0
displayName: "Download release - darwin"
inputs:
Expand All @@ -92,7 +92,7 @@ jobs:
inputs:
rootFolderOrFile: $(System.DefaultWorkingDirectory)/darwin
archiveType: 'zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_darwin.zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_darwin.zip
- task: DownloadPipelineArtifact@0
displayName: "Download release - windows"
inputs:
Expand All @@ -103,7 +103,7 @@ jobs:
inputs:
rootFolderOrFile: $(System.DefaultWorkingDirectory)/windows
archiveType: 'zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_windows.zip'
archiveFile: $(System.DefaultWorkingDirectory)/release_windows.zip
- script: |
DATE="$(date +%Y-%m-%d)"
echo "##vso[task.setvariable variable=build.date]$DATE"
Expand Down

0 comments on commit ce033a5

Please sign in to comment.