Skip to content

Commit

Permalink
fix tar directory
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Aug 6, 2018
1 parent 54f63d4 commit 6b552e2
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 @@ -12,7 +12,7 @@ script:

before_deploy:
- cd ..
- tar -zcf ${TRAVIS_BUILD_DIR}-${TRAVIS_TAG}.tar.gz ${TRAVIS_BUILD_DIR}/bin
- tar -zcf ${TRAVIS_BUILD_DIR}-${TRAVIS_TAG}.tar.gz -C ${TRAVIS_BUILD_DIR}/bin .

deploy:
provider: releases
Expand Down

0 comments on commit 6b552e2

Please sign in to comment.