Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit eefeda6

Browse files
authored
Merge pull request #1526 from reicast/fh/master-merge
build fix: Publish Dreamcast flavor
2 parents 2cf59b4 + 76db5bc commit eefeda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/android-studio/travis-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ set -ev
33
echo travis release: pr = "${TRAVIS_PULL_REQUEST}" - branch = "${TRAVIS_BRANCH}"
44
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
55
if [ "${TRAVIS_BRANCH}" = "master" ]; then
6-
./gradlew publishApkRelease
6+
./gradlew publishApkDreamcastRelease
77
fi
88
fi

0 commit comments

Comments
 (0)