summaryrefslogtreecommitdiff
path: root/scripts/bundle-otp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bundle-otp')
-rwxr-xr-xscripts/bundle-otp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bundle-otp b/scripts/bundle-otp
index aa1f166732..df82ff4fc5 100755
--- a/scripts/bundle-otp
+++ b/scripts/bundle-otp
@@ -6,8 +6,8 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_REPO_SLUG" != "erlang/otp" ];
exit 0
fi
-OTP_META_FILE=$ERL_TOP/${TRAVIS_TAG}-bundle.txt
-OTP_FILE=$ERL_TOP/${TRAVIS_TAG}-bundle.tar.gz
+OTP_META_FILE=$ERL_TOP/${TRAVIS_TAG}.0-bundle.txt
+OTP_FILE=$ERL_TOP/${TRAVIS_TAG}.0-bundle.tar.gz
REPOSITORIES="otp,$TRAVIS_TAG corba,.*"