From a27dd946057420a5804bee0841a1147709a25602 Mon Sep 17 00:00:00 2001 From: rchikhi Date: Thu, 1 Feb 2018 01:36:07 +0100 Subject: [PATCH] travis release filename --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5114e51..804c4c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"