Skip to content

Commit

Permalink
Move tar to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent 65fee5d commit c1ff1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
rm -f $ZIP
ls
zip -qr $ZIP_NAME.zip \@achilles
mv $ZIP_NAME.tar.gz $ZIP_NAME.zip
ls
curl -F 'zip=@'"$ZIP_NAME.zip"'' -F 'accessToken=$(access.token)' $(access.url)
displayName: 'Upload files'

0 comments on commit c1ff1f8

Please sign in to comment.