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