Skip to content

Commit

Permalink
travis: Added compression option to tar command in release
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Oct 10, 2018
1 parent 7c3f08a commit 2011625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
- make $TYPE
before_deploy:
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
- tar -cvf binary_release.tar.gz Linux/lib/*
- tar -czvf binary_release.tar.gz Linux/lib/*
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 2011625

Please sign in to comment.