From 3b133d5554a330497d4f7a67274b26a3a2e29618 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 24 Oct 2019 13:12:39 -0500 Subject: [PATCH] Fix #1397, correct compression to XZ for osx bin --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bad4e02cd..656c81990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,6 @@ script: END='## \[' BODY=$(sed -n "1,/$START/d;/$END/q;p" CHANGELOG.md) strip postgrest - tar cjf postgrest-$TRAVIS_TAG-osx.tar.xz postgrest + tar cJf postgrest-$TRAVIS_TAG-osx.tar.xz postgrest ghr -t $GITHUB_TOKEN -u $OWNER -r $REPO -b "$BODY"--replace $TRAVIS_TAG postgrest-$TRAVIS_TAG-osx.tar.xz fi