From 818ec90d8389de474e7f8f9520f3256519781d72 Mon Sep 17 00:00:00 2001 From: Richard Meissner Date: Wed, 10 Oct 2018 18:05:52 +0200 Subject: [PATCH] Fix release (#248) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c319ff60f6..020ff1279e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ deploy: provider: releases api_key: "${GITHUB_API_KEY}" file_glob: true - file: app/build/outputs/apk/*/*-dev.apk + file: app/build/outputs/apk/*/*-rinkeby.apk skip_cleanup: true on: tags: true