release tarball: Use local paths
This commit is contained in:
parent
003fb8ccb1
commit
2e5cf02e5d
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ lipo -create armv7s/lib/libcrypto.a arm64/lib/libcrypto.a x86_64/lib/libcrypto.a
|
|||
cp -r include/* $RELEASE_DIR/include/
|
||||
cd ../
|
||||
|
||||
tar cvzf $RELEASE_DIR/../release.tgz $RELEASE_DIR
|
||||
tar cvzf $RELEASE_DIR/../release.tgz -C $RELEASE_DIR .
|
||||
|
|
Loading…
Reference in a new issue