Skip to content

Commit

Permalink
Add os name in travis pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Oct 17, 2020
1 parent adaaed8 commit 3b4254a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ after_success:
if [ $TRAVIS_OS_NAME == "linux" ]; then
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
export UPLOADTOOL_BODY="This is an experimental feature preview version. It is not intended for normal use, it is likely to crash and give wrong results.\nTravis CI build log: https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
export UPLOADTOOL_SUFFIX="preview-unstable"
export UPLOADTOOL_SUFFIX="preview-unstable-linux"
export UPLOADTOOL_ISPRERELEASE=true
bash upload.sh ZeGrapher*.AppImage*
fi
- |
if [ $TRAVIS_OS_NAME == "osx" ]; then
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
export UPLOADTOOL_BODY="This is an experimental feature preview version. It is not intended for normal use, it is likely to crash and give wrong results.\nTravis CI build log: https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
export UPLOADTOOL_SUFFIX="preview-unstable-osx"
export UPLOADTOOL_SUFFIX="preview-unstable-macos"
export UPLOADTOOL_ISPRERELEASE=true
bash upload.sh ZeGrapher.dmg
fi
Expand Down

0 comments on commit 3b4254a

Please sign in to comment.