Skip to content

Commit 1e7656a

Browse files
committed
[ajey] changed the tar directory and archival formatting
1 parent 5e0153c commit 1e7656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before_deploy:
4242
- git config --local user.email "[email protected]"
4343
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
4444
- "rm -rf $TRAVIS_BUILD_DIR/*.tar.gz"
45-
- "tar zcf release-$(git log --format=%h -1).tar.gz -C $TRAVIS_BUILD_DIR ."
45+
- "tar zcf release-$(git log --format=%h -1).tar.gz -C $TRAVIS_BUILD_DIR ./*"
4646
deploy:
4747
provider: releases
4848
skip_cleanup: true

0 commit comments

Comments
 (0)