From 54ba0d759d92f0cf0431eeea20fd9dc193807ba7 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:30:16 +0300 Subject: [PATCH] Always overwrite latest commit-build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14c856489b..c3ba3d16bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ deploy: name: autobuild-$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: false + overwrite: true target_commitish: $TRAVIS_COMMIT on: branch: gl4es