build fix: Publish Dreamcast flavor
This commit is contained in:
parent
1ef8caff88
commit
76db5bc74f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue