some changes

This commit is contained in:
LegacyGamerHD 2020-09-03 15:52:58 +02:00 committed by GitHub
parent 1be7b74032
commit d009fb359a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,9 @@ script:
- ./gradlew test
deploy:
provider: releases
provider: prerelease
api-key: $GITHUB_API_KEY
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-release.apk
skip_cleanup: true
name: PojavLauncher_DevBuild-$TRAVIS_COMMIT
body: Automatic build of PojavLauncher from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').