diff --git a/shell/android-studio/travis-release.sh b/shell/android-studio/travis-release.sh index b39952c31..c589e340b 100755 --- a/shell/android-studio/travis-release.sh +++ b/shell/android-studio/travis-release.sh @@ -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