We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0153c commit 1e7656aCopy full SHA for 1e7656a
.travis.yml
@@ -42,7 +42,7 @@ before_deploy:
42
- git config --local user.email "[email protected]"
43
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
44
- "rm -rf $TRAVIS_BUILD_DIR/*.tar.gz"
45
- - "tar zcf release-$(git log --format=%h -1).tar.gz -C $TRAVIS_BUILD_DIR ."
+ - "tar zcf release-$(git log --format=%h -1).tar.gz -C $TRAVIS_BUILD_DIR ./*"
46
deploy:
47
provider: releases
48
skip_cleanup: true
0 commit comments