Skip to content

Commit

Permalink
Add OS version to release filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbar committed Jun 8, 2020
1 parent f575fb6 commit 81b866f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

ctir_version=`echo "$TRAVIS_TAG" | sed 's/^ctir-//'`
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
os="ubuntu";
os="ubuntu18.04";
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
os="macos";
os="macos10.15";
else
echo "Bad OS?"
travis_terminate 1
Expand Down

0 comments on commit 81b866f

Please sign in to comment.