Fix #1397, correct compression to XZ for osx bin
This commit is contained in:
+1
-1
@@ -65,6 +65,6 @@ script:
|
|||||||
END='## \['
|
END='## \['
|
||||||
BODY=$(sed -n "1,/$START/d;/$END/q;p" CHANGELOG.md)
|
BODY=$(sed -n "1,/$START/d;/$END/q;p" CHANGELOG.md)
|
||||||
strip postgrest
|
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
|
ghr -t $GITHUB_TOKEN -u $OWNER -r $REPO -b "$BODY"--replace $TRAVIS_TAG postgrest-$TRAVIS_TAG-osx.tar.xz
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user