make it more clear its a dev build also clean up files instead of skipping it

This commit is contained in:
LegacyGamerHD 2020-08-09 16:25:55 +02:00 committed by GitHub
parent 21a6cb7074
commit c5b79ab4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ deploy:
provider: releases
api-key: $GITHUB_API_KEY
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
skip_cleanup: true
name: autobuild-$TRAVIS_COMMIT
skip_cleanup: false
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').
prerelease: true
overwrite: true