From 1710c1a10734ad215dfe925f700b6ad767059b4a Mon Sep 17 00:00:00 2001 From: John Hood Date: Tue, 29 Nov 2016 22:37:21 -0500 Subject: [PATCH] Make Travis upload distribution tarball too. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9837287..cbbb61c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ script: shasum -a 256 "${TRAVIS_TAG}.pkg" "${TRAVIS_TAG}-build-report.tbz" ) fi -# Deploy the OS X package to a GitHub release. +# Deploy the OS X package and distribution tarball to a GitHub release. deploy: provider: releases api_key: @@ -91,6 +91,7 @@ deploy: skip_cleanup: true # Using a shell variable in deploy.file is undocumented but seems to work. file: + - ${TRAVIS_TAG}.tar.gz - macosx/${TRAVIS_TAG}.pkg - macosx/${TRAVIS_TAG}-build-report.tbz on: