Skip to content

ci: package .zip source archives using LF newlines

Brad King requested to merge brad.king/cmake:rel-zip-newlines into master

Previously we provided a .zip archive with CRLF newlines and a .tar.gz archive with LF newlines. This is no longer consistent with modern conventions. Use LF newlines in both.

Fixes: #25467 (closed)

Merge request reports