16 Nov
2022
16 Nov
'22
10:09 a.m.
On 11/16/22 13:08, Andrey Semashev wrote:
On 11/16/22 11:54, Peter Dimov via Boost wrote:
I have added a Github Action to the superproject that should generate tarballs with submodules on every tag:
https://github.com/boostorg/boost/blob/master/.github/workflows/release.yml
We'll see how well this works once the beta is tagged. (We don't tag RCs.)
I think you need to convert the line endings for the .zip archive. And .7z might be desired.
As a possible solution, build .zip and .7z on a Windows CI job.