From 2d49ee8eb13059d94e66f0f442d64b9803a3b208 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Thu, 3 Sep 2020 16:15:25 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5eb5ad4f..ad3227371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ script: deploy: provider: release api-key: $GITHUB_API_KEY - file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/release/app-release.apk + file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.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').