Fix #1397, correct compression to XZ for osx bin

This commit is contained in:
steve-chavez
2019-10-24 13:12:39 -05:00
parent 80f763448f
commit 3b133d5554
+1 -1
View File
@@ -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