diff --git a/reicast/android-studio/travis-release.sh b/reicast/android-studio/travis-release.sh index 187cb3bae5..774dbbf403 100755 --- a/reicast/android-studio/travis-release.sh +++ b/reicast/android-studio/travis-release.sh @@ -8,4 +8,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then if [ "${TRAVIS_BRANCH}" == "beta" ]; then ./gradlew publishApkDreamcastRelease -PreleaseTrack=beta fi + if [ "${TRAVIS_BRANCH}" == "stable" ]; then + ./gradlew publishApkDreamcastRelease -PreleaseTrack=production + fi fi