From 48038e9e5cce7b993d41b27fb56455bccc8423e9 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:05:55 +0700 Subject: [PATCH] Add "v2" --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad32273713..529a9f5d0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,8 @@ deploy: api-key: $GITHUB_API_KEY 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'). + name: PojavLauncher_DevBuild_v2-$TRAVIS_COMMIT + body: Automatic build of PojavLauncher v2 from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z'). prerelease: true overwrite: true target_commitish: $TRAVIS_COMMIT