Skip to content

Commit

Permalink
Fix tarball name in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaumZeit committed Jun 13, 2019
1 parent 77fd834 commit 56d0bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -30,8 +30,8 @@ script:
before_deploy:
- make dist-gzip
- make dist-zip
- export DIST_GZIP=$(ls treekin-*.tar.gz)
- export DIST_ZIP=$(ls treekin-*.zip)
- export DIST_GZIP=$(ls Treekin-*.tar.gz)
- export DIST_ZIP=$(ls Treekin-*.zip)
- echo "Deploying autoconf's dists (${DIST_GZIP} and ${DIST_ZIP}) to GitHub releases"


Expand Down

0 comments on commit 56d0bb7

Please sign in to comment.