Skip to content

Commit

Permalink
New line change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent 9c1a041 commit 994fc72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
artifactName: 'releaseZip'
targetPath: $(System.DefaultWorkingDirectory)/release

- script: "cd release && curl -F 'zip=@$(ls *.zip | head -n1)' -F 'accessToken=$(access.token)' $(access.url)"
- script: |
cd releases/
"curl -F 'zip=@$(ls *.zip | head -n1)' -F 'accessToken=$(access.token)' $(access.url)"
displayName: 'Upload files'

0 comments on commit 994fc72

Please sign in to comment.