Skip to content

Commit

Permalink
Upload binaries for tags to GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 5, 2019
1 parent 8d4d266 commit 57d3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ script:

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- if [ "$TRAVIS_BRANCH" != "master" ] && [ "$TRAVIS_TAG" == "" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- if [ "$BIONIC" == "" ]; then bash upload.sh appimagelauncher*.{deb,rpm}* appimagelauncher*.tar*; fi
- if [ "$BIONIC" != "" ]; then bash upload.sh appimagelauncher*.deb*; fi

Expand Down

0 comments on commit 57d3141

Please sign in to comment.