diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-release b/scripts/make-release index 05b14ecc95..43689064fb 100755 --- a/scripts/make-release +++ b/scripts/make-release @@ -34,5 +34,5 @@ git submodule update --init CryptoPkg/Library/OpensslLib/openssl \ MdeModulePkg/Library/BrotliCustomDecompressLib/brotli) popd -tar --exclude=.git -cjf ${destination}.tar.bz2 ${destination} +tar --exclude=.git -cJf ${destination}.tar.xz ${destination} rm -rf ${destination} |