facebook/zstd

Improve and Move Windows Artifact Generation to GitHub Actions

开放

#3,025 创建于 2022年1月24日

 (3 条评论) (1 个反应) (0 位负责人)C (2,481 个派生)batch import
help wantedrelease-blocking

仓库指标

星标
 (27,100 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It seems like every release we make some kind of little mistake with the naming or contents of the windows artifacts. See #3012 and #3001 recently.

We should improve our automation here. Moving this workflow to GitHub Actions would allow us to publish the artifacts to the release automatically, removing opportunities for error. This would also advance our broad goal of moving contbuild work off of Appveyor and onto GitHub.

It also came up in discussion that it might be convenient to provide both the full existing .zip as well as a binary-only artifact. So this work item should resolve that.

Moving to GitHub Actions would also allow us to sign those artifacts.

贡献者指南