Skip to content

Commit

Permalink
travis release filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rchikhi committed Feb 1, 2018
1 parent 55ef078 commit a27dd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ script:
- cmake .. && make
- cd ..
before_deploy:
- export RELEASE_FILE=$(ls build/tigops)
- mv build/tigops build/tigops-$TRAVIS_OS_NAME
- export RELEASE_FILE=$(ls build/tigops-$TRAVIS_OS_NAME)
- ls
- ls build
- echo "Deploying $RELEASE_FILE to GitHub"
Expand Down

0 comments on commit a27dd94

Please sign in to comment.