ci/make-git-snapshot.sh: xz the archive

This matches `make dist` and what the spec file expects.
This commit is contained in:
Jonathan Lebon 2022-02-03 13:23:43 -05:00
parent 92c396c82b
commit a51ae1ed73

View File

@ -26,3 +26,4 @@ ls -al ${TARFILE_TMP}
rm submodule.tar
done
mv ${TARFILE_TMP} ${TARFILE}
xz "${TARFILE}"