Merge pull request #1526 from reicast/fh/master-merge

build fix: Publish Dreamcast flavor
This commit is contained in:
skmp 2019-03-27 12:07:30 +01:00 committed by GitHub
commit eefeda65d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ set -ev
echo travis release: pr = "${TRAVIS_PULL_REQUEST}" - branch = "${TRAVIS_BRANCH}" echo travis release: pr = "${TRAVIS_PULL_REQUEST}" - branch = "${TRAVIS_BRANCH}"
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
if [ "${TRAVIS_BRANCH}" = "master" ]; then if [ "${TRAVIS_BRANCH}" = "master" ]; then
./gradlew publishApkRelease ./gradlew publishApkDreamcastRelease
fi fi
fi fi