build fix: Publish Dreamcast flavor

This commit is contained in:
Flyinghead 2019-03-27 12:02:51 +01:00
parent 1ef8caff88
commit 76db5bc74f
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}"
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
if [ "${TRAVIS_BRANCH}" = "master" ]; then
./gradlew publishApkRelease
./gradlew publishApkDreamcastRelease
fi
fi