$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2022-11-16 10:09:53
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.