We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b4b5b commit 48038e9Copy full SHA for 48038e9
1 file changed
.travis.yml
@@ -50,8 +50,8 @@ deploy:
50
api-key: $GITHUB_API_KEY
51
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
52
skip_cleanup: true
53
- name: PojavLauncher_DevBuild-$TRAVIS_COMMIT
54
- 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').
55
prerelease: true
56
overwrite: true
57
target_commitish: $TRAVIS_COMMIT
0 commit comments