Skip to content

Commit

Permalink
Tar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent 9dcd601 commit 1ef92b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ls
tar xzf $ZIP
ls
zip $ZIP_NAME.zip @achilles
zip -qr $ZIP_NAME.zip \@achilles
ls
curl -F 'zip=@'"$ZIP"'' -F 'accessToken=$(access.token)' $(access.url)
curl -F 'zip=@'"$ZIP_NAME.zip"'' -F 'accessToken=$(access.token)' $(access.url)
displayName: 'Upload files'

0 comments on commit 1ef92b7

Please sign in to comment.